Home
last modified time | relevance | path

Searched refs:AsArtMethod (Results 1 – 8 of 8) sorted by relevance

/art/runtime/mirror/
Dart_method.cc56 mirror::ArtMethod* method = f->GetObject(soa.Decode<mirror::Object*>(jlr_method))->AsArtMethod(); in FromReflectedMethod()
Dobject.h185 ArtMethod* AsArtMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dclass.cc818 SetEmbeddedImTableEntry(i, obj->AsArtMethod()); in PopulateEmbeddedImtAndVTable()
Dobject-inl.h245 inline ArtMethod* Object::AsArtMethod() { in AsArtMethod() function
/art/oatdump/
Doatdump.cc1144 mirror::ArtMethod* method = value->AsArtMethod(); in PrettyObjectValue()
1267 PrettyMethod(obj->AsArtMethod()).c_str()); in Callback()
1314 mirror::ArtMethod* method = obj->AsArtMethod(); in Callback()
/art/runtime/interpreter/
Dinterpreter_common.cc874 MethodHelper mh(hs.NewHandle(shadow_frame->GetVRegReference(arg_offset)->AsArtMethod())); in UnstartedRuntimeInvoke()
/art/compiler/
Dimage_writer.cc1068 FixupMethod(orig->AsArtMethod<kVerifyNone>(), down_cast<ArtMethod*>(copy)); in FixupObject()
/art/runtime/
Dclass_linker.cc1585 mirror::ArtMethod* method = obj->AsArtMethod(); in InitFromImageInterpretOnlyCallback()
5187 mirror::ArtMethod* imt_ref = out_imt->GetReference(imt_index)->AsArtMethod(); in LinkInterfaceMethods()
5261 mirror::ArtMethod* imt_ref = out_imt->GetReference(imt_index)->AsArtMethod(); in LinkInterfaceMethods()