Home
last modified time | relevance | path

Searched refs:AsArtMethod (Results 1 – 7 of 7) 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_);
Dobject-inl.h245 inline ArtMethod* Object::AsArtMethod() { in AsArtMethod() function
/art/oatdump/
Doatdump.cc1134 mirror::ArtMethod* method = value->AsArtMethod(); in PrettyObjectValue()
1256 PrettyMethod(obj->AsArtMethod()).c_str()); in Callback()
1301 mirror::ArtMethod* method = obj->AsArtMethod(); in Callback()
/art/compiler/
Dimage_writer.cc682 FixupMethod(orig->AsArtMethod<kVerifyNone>(), down_cast<ArtMethod*>(copy)); in FixupObject()
/art/runtime/interpreter/
Dinterpreter_common.cc874 MethodHelper mh(hs.NewHandle(shadow_frame->GetVRegReference(arg_offset)->AsArtMethod())); in UnstartedRuntimeInvoke()
/art/runtime/
Dclass_linker.cc1569 mirror::ArtMethod* method = obj->AsArtMethod(); in InitFromImageInterpretOnlyCallback()