OSDN Git Service

Don't call IsNative if the declaring class can be null.
authorNicolas Geoffray <ngeoffray@google.com>
Sat, 13 Feb 2016 12:38:36 +0000 (12:38 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Sat, 13 Feb 2016 12:38:36 +0000 (12:38 +0000)
commitdec3a12c45e160097e6938be3778a6175113c42f
tree62d33deea94f1fb1583e0be55a7f49126d839ee2
parent47a2a45a6673ddf3322115ff5058763f82a9368f
Don't call IsNative if the declaring class can be null.

There's a check down below the IsNative call that makes
sure the declaring class is not null.

Change-Id: I744bf01105eadeea9893ae626970c4b6b2f64a8b
runtime/art_method-inl.h