Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handles_lookup.cc43 ObjPtr<MethodHandlesLookup> MethodHandlesLookup::GetDefault(Thread* const self) { in GetDefault() function in art::mirror::MethodHandlesLookup
Dmethod_handles_lookup.h45 static ObjPtr<mirror::MethodHandlesLookup> GetDefault(Thread* const self)
/art/libarttools/
Dsystem_properties_test.cc51 TEST_F(SystemPropertiesTest, GetDefault) { in TEST_F() argument
/art/runtime/
Dclass_linker.cc10601 hs.NewHandle(mirror::MethodHandlesLookup::GetDefault(self)); in ResolveMethodHandleForMethod()