Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 7 of 7) sorted by relevance

/art/test/068-classloader/src/
DFancyLoader.java52 public FancyLoader(ClassLoader parent) { in FancyLoader()
/art/test/086-null-super/src/
DMain.java60 public BrokenDexLoader(ClassLoader parent) { in BrokenDexLoader()
/art/test/087-gc-after-link/src/
DMain.java60 public BrokenDexLoader(ClassLoader parent) { in BrokenDexLoader()
/art/compiler/optimizing/
Dregister_allocator.cc567 LiveInterval* parent = interval->GetParent(); in AllocateSpillSlotFor() local
600 void RegisterAllocator::AllocateTwoSpillSlots(LiveInterval* parent, size_t end) { in AllocateTwoSpillSlots()
629 void RegisterAllocator::AllocateOneSpillSlot(LiveInterval* parent, size_t end) { in AllocateOneSpillSlot()
/art/runtime/
Dprofiler.h52 StackTrieNode* parent) : in StackTrieNode()
Ddebugger.cc2075 mirror::Object* parent = f->GetObject(thread_group); in GetThreadGroupParent() local
/art/compiler/llvm/
Dgbc_expander.cc1264 llvm::Function* parent = irb_.GetInsertBlock()->getParent(); in Expand_DivRem() local