Home
last modified time | relevance | path

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

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