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

  /art/compiler/dex/quick/arm64/
call_arm64.cc 60 tab_rec->switch_mir = mir;
109 tab_rec->switch_mir = mir;
  /art/compiler/dex/quick/mips/
call_mips.cc 77 tab_rec->switch_mir = mir;
150 tab_rec->switch_mir = mir;
  /art/compiler/dex/quick/
codegen_util.cc 560 DCHECK(tab_rec->switch_mir != nullptr);
561 BasicBlock* bb = mir_graph_->GetBasicBlock(tab_rec->switch_mir->bb);
583 DCHECK(tab_rec->switch_mir != nullptr);
584 BasicBlock* bb = mir_graph_->GetBasicBlock(tab_rec->switch_mir->bb);
    [all...]
mir_to_lir.h 233 MIR* switch_mir; // The switch mir. member in struct:art::Mir2Lir::SwitchTable
    [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 63 tab_rec->switch_mir = mir;
  /art/compiler/dex/quick/arm/
call_arm.cc 61 tab_rec->switch_mir = mir;
106 tab_rec->switch_mir = mir;

Completed in 654 milliseconds