Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread.cc3252 static ObjPtr<mirror::ClassLoader> GetCurrentClassLoader(Thread* self) in GetCurrentClassLoader() function
3275 Handle<mirror::ClassLoader> class_loader(hs.NewHandle(GetCurrentClassLoader(soa.Self()))); in ThrowNewWrappedException()