Home
last modified time | relevance | path

Searched refs:GetParent (Results 26 – 27 of 27) sorted by relevance

12

/art/runtime/
Dclass_linker.cc2887 Handle<mirror::ClassLoader> h_parent(hs.NewHandle(class_loader->GetParent())); in FindClassInBaseDexClassLoader()
2942 Handle<mirror::ClassLoader> h_parent(hs.NewHandle(class_loader->GetParent())); in FindClassInBaseDexClassLoader()
9589 if (loader->GetParent() != nullptr) { in DumpForSigQuit()
9594 if (loader2 == loader->GetParent()) { in DumpForSigQuit()
9603 << loader->GetParent()->GetClass()->PrettyDescriptor(); in DumpForSigQuit()
/art/compiler/optimizing/
Dinstruction_simplifier.cc2629 for (HEnvironment* env = invoke->GetEnvironment(); env != nullptr; env = env->GetParent()) { in TryReplaceStringBuilderAppend()

12