Home
last modified time | relevance | path

Searched refs:GetDefault (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dmethod_handles_lookup.h44 static ObjPtr<mirror::MethodHandlesLookup> GetDefault(Thread* const self)
H A Dmethod_handles_lookup.cc44 ObjPtr<MethodHandlesLookup> MethodHandlesLookup::GetDefault(Thread* const self) { in GetDefault() function in art::mirror::MethodHandlesLookup
/aosp12/art/runtime/
H A Dclass_linker.cc9752 hs.NewHandle(mirror::MethodHandlesLookup::GetDefault(self)); in ResolveMethodHandleForMethod()