Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc413 void SuperblockCloner::SearchForSubgraphExits(ArenaVector<HBasicBlock*>* exits) const { in SearchForSubgraphExits()
414 DCHECK(exits->empty()); in SearchForSubgraphExits()
419 exits->push_back(succ); in SearchForSubgraphExits()
427 ArenaVector<HBasicBlock*> exits(arena_->Adapter(kArenaAllocSuperblockCloner)); in FindAndSetLocalAreaForAdjustments() local
428 SearchForSubgraphExits(&exits); in FindAndSetLocalAreaForAdjustments()
434 for (HBasicBlock* exit : exits) { in FindAndSetLocalAreaForAdjustments()
572 ArenaVector<HBasicBlock*> exits(arena_->Adapter(kArenaAllocSuperblockCloner)); in ConstructSubgraphClosedSSA() local
573 SearchForSubgraphExits(&exits); in ConstructSubgraphClosedSSA()
574 if (exits.empty()) { in ConstructSubgraphClosedSSA()
579 DCHECK_EQ(exits.size(), 1u); in ConstructSubgraphClosedSSA()
[all …]
Dsuperblock_cloner.h224 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