Searched refs:AsArtMethod (Results 1 – 7 of 7) sorted by relevance
56 mirror::ArtMethod* method = f->GetObject(soa.Decode<mirror::Object*>(jlr_method))->AsArtMethod(); in FromReflectedMethod()
185 ArtMethod* AsArtMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
245 inline ArtMethod* Object::AsArtMethod() { in AsArtMethod() function
1134 mirror::ArtMethod* method = value->AsArtMethod(); in PrettyObjectValue()1256 PrettyMethod(obj->AsArtMethod()).c_str()); in Callback()1301 mirror::ArtMethod* method = obj->AsArtMethod(); in Callback()
682 FixupMethod(orig->AsArtMethod<kVerifyNone>(), down_cast<ArtMethod*>(copy)); in FixupObject()
874 MethodHelper mh(hs.NewHandle(shadow_frame->GetVRegReference(arg_offset)->AsArtMethod())); in UnstartedRuntimeInvoke()
1569 mirror::ArtMethod* method = obj->AsArtMethod(); in InitFromImageInterpretOnlyCallback()