HomeSort by relevance Sort by last modified time
    Searched refs:GetClassLoader (Results 26 - 32 of 32) sorted by null

12

  /art/runtime/hprof/
hprof.cc 926 rec->AddObjectId(thisClass->GetClassLoader());
    [all...]
  /art/runtime/mirror/
class-inl.h 58 inline ClassLoader* Class::GetClassLoader() {
  /art/runtime/
profiler.cc 415 if (cls->GetClassLoader() == nullptr) {
utils.cc 445 result += PrettyTypeOf(c->GetClassLoader());
    [all...]
debugger.cc 888 JDWP::JdwpError Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) {
893 expandBufAddObjectId(pReply, gRegistry->Add(o->GetClass()->GetClassLoader()));
    [all...]
thread.cc     [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 587 return Dbg::GetClassLoader(refTypeId, pReply);
    [all...]

Completed in 895 milliseconds

12