Home
last modified time | relevance | path

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

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