Searched refs:thread_class (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Druntime.cc696 mirror::Class* thread_class = soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_Thread); local
697 CHECK(Runtime::Current()->GetClassLinker()->EnsureInitialized(thread_class, true, true));
699 mirror::ArtField* contextClassLoader = thread_class->FindDeclaredInstanceField("contextClassLoader",

Completed in 1913 milliseconds