Searched refs:AsArtMethod (Results 1 – 7 of 7) sorted by relevance
42 mirror::ArtMethod* m = soa.Decode<mirror::Object*>(art_method)->AsArtMethod(); in Constructor_newInstance()
43 mirror::ArtMethod* proxy_method = soa.Decode<mirror::Object*>(art_method)->AsArtMethod(); in Method_getExceptionTypesNative()
154 ArtMethod* AsArtMethod();156 const ArtMethod* AsArtMethod() const;
139 inline ArtMethod* Object::AsArtMethod() { in AsArtMethod() function144 inline const ArtMethod* Object::AsArtMethod() const { in AsArtMethod() function
819 mirror::ArtMethod* method = value->AsArtMethod(); in PrettyObjectValue()938 PrettyMethod(obj->AsArtMethod()).c_str()); in Callback()982 mirror::ArtMethod* method = obj->AsArtMethod(); in Callback()
503 FixupMethod(orig->AsArtMethod(), down_cast<ArtMethod*>(copy)); in FixupObject()
1002 mirror::ArtMethod* method = obj->AsArtMethod(); in InitFromImageInterpretOnlyCallback()