Home
last modified time | relevance | path

Searched refs:HasExitBlock (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dgraph_visualizer.cc798 GetGraph()->HasExitBlock() ? GetGraph()->GetExitBlock()->GetBlockId() : -1, in DumpDisassemblyBlockForSlowPaths()
Dnodes.cc2424 DCHECK(HasExitBlock()) << "Unimplemented scenario"; in InlineInto()
Dnodes.h435 bool HasExitBlock() const { return exit_block_ != nullptr; } in HasExitBlock() function