HomeSort by relevance Sort by last modified time
    Searched refs:GetExitBlock (Results 1 - 5 of 5) sorted by null

  /art/compiler/dex/
mir_graph.h 592 BasicBlock* GetExitBlock() const {
    [all...]
  /art/compiler/optimizing/
nodes.h 87 HBasicBlock* GetExitBlock() const { return exit_block_; }
    [all...]
code_generator_x86_64.cc 368 if (GetGraph()->GetExitBlock() == successor) {
    [all...]
code_generator_arm.cc 529 if (GetGraph()->GetExitBlock() == successor) {
    [all...]
code_generator_x86.cc 487 if (GetGraph()->GetExitBlock() == successor) {
    [all...]

Completed in 119 milliseconds