Home
last modified time | relevance | path

Searched refs:parent (Results 51 – 57 of 57) sorted by relevance

123

/art/test/1956-pop-frame-jit-calling/
Dexpected.txt67 Test stopped during Exception event of calledFunction (catch in parent of calling function)
/art/test/485-checker-dce-loop-update/smali/
DTestCase.smali270 # Inner loop which will end up outside its parent
/art/test/1970-force-early-return-long/
Dexpected.txt127 Test stopped during Exception event of calledFunction (catch in parent of calling function)
/art/test/1969-force-early-return-void/
Dexpected.txt126 Test stopped during Exception event of calledFunction (catch in parent of calling function)
/art/test/1968-force-early-return/
Dexpected.txt116 Test stopped during Exception event of calledFunction (catch in parent of calling function)
/art/compiler/optimizing/
Dnodes.h2009 void SetAndCopyParentChain(ArenaAllocator* allocator, HEnvironment* parent) { in SetAndCopyParentChain() argument
2011 parent_->SetAndCopyParentChain(allocator, parent); in SetAndCopyParentChain()
2013 parent_ = new (allocator) HEnvironment(allocator, *parent, holder_); in SetAndCopyParentChain()
2014 parent_->CopyFrom(parent); in SetAndCopyParentChain()
2015 if (parent->GetParent() != nullptr) { in SetAndCopyParentChain()
2016 parent_->SetAndCopyParentChain(allocator, parent->GetParent()); in SetAndCopyParentChain()
/art/openjdkjvmti/include/
Djvmti.h530 jthreadGroup parent; member

123