Home
last modified time | relevance | path

Searched refs:exits (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dsuperblock_cloner.cc447 void SuperblockCloner::SearchForSubgraphExits(ArenaVector<HBasicBlock*>* exits) const { in SearchForSubgraphExits()
448 DCHECK(exits->empty()); in SearchForSubgraphExits()
453 exits->push_back(succ); in SearchForSubgraphExits()
461 ArenaVector<HBasicBlock*> exits(arena_->Adapter(kArenaAllocSuperblockCloner)); in FindAndSetLocalAreaForAdjustments() local
462 SearchForSubgraphExits(&exits); in FindAndSetLocalAreaForAdjustments()
468 for (HBasicBlock* exit : exits) { in FindAndSetLocalAreaForAdjustments()
612 ArenaVector<HBasicBlock*> exits(arena_->Adapter(kArenaAllocSuperblockCloner)); in ConstructSubgraphClosedSSA() local
613 SearchForSubgraphExits(&exits); in ConstructSubgraphClosedSSA()
614 if (exits.empty()) { in ConstructSubgraphClosedSSA()
619 DCHECK_EQ(exits.size(), 1u); in ConstructSubgraphClosedSSA()
[all …]
Dsuperblock_cloner.h226 void SearchForSubgraphExits(ArenaVector<HBasicBlock*>* exits) const;
/art/tools/jvmti-agents/jit-load/
DREADME.md29 program normally exits. In the case of Android applications, they are always
/art/tools/jvmti-agents/field-null-percent/
DREADME.md38 program normally exits. In the case of Android applications, they are always
/art/tools/jfuzz/
DREADME.md33 -v : prints version number and exits
34 -h : prints help and exits
/art/tools/jvmti-agents/field-counts/
DREADME.md43 program normally exits. In the case of Android applications, they are always
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali500 # to analyze3 and analyze4, except that the inner loop exits from the