Home
last modified time | relevance | path

Searched refs:block_label_list_ (Results 1 – 11 of 11) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc1121 block_label_list_[block_id].operands[0] = bb->start_offset; in MethodBlockCodeGen()
1124 block_label_list_[block_id].opcode = kPseudoNormalBlockLabel; in MethodBlockCodeGen()
1125 block_label_list_[block_id].flags.fixup = kFixupLabel; in MethodBlockCodeGen()
1126 AppendLIR(&block_label_list_[block_id]); in MethodBlockCodeGen()
1172 head_lir = &block_label_list_[bb->id]; in MethodBlockCodeGen()
1196 CompileDalvikInstruction(mir, bb, block_label_list_); in MethodBlockCodeGen()
1240 block_label_list_ = in MethodMIR2LIR()
1252 OpUnconditionalBranch(&block_label_list_[curr_bb->fall_through]); in MethodMIR2LIR()
Dgen_common.cc2060 OpCmpImmBranch(kCondEq, rl_src.reg, current_key, &block_label_list_[case_block->id]); in GenSmallPackedSwitch()
2070 OpCmpBranch(kCondEq, rl_src.reg, key_temp, &block_label_list_[case_block->id]); in GenSmallPackedSwitch()
2075 OpCmpBranch(kCondEq, rl_src.reg, key_temp, &block_label_list_[case_block->id]); in GenSmallPackedSwitch()
2081 OpCmpImmBranch(kCondEq, rl_src.reg, current_key, &block_label_list_[case_block->id]); in GenSmallPackedSwitch()
2113 OpCmpImmBranch(kCondEq, rl_src.reg, key, &block_label_list_[case_block->id]); in GenSmallSparseSwitch()
Dcodegen_util.cc831 LIR* boundary_lir = &block_label_list_[mir_graph_->FindBlock(vaddr)->id]; in InsertCaseLabel()
1007 block_label_list_(NULL), in Mir2Lir()
Dmir_to_lir.h1698 LIR* block_label_list_; variable
/art/compiler/dex/quick/x86/
Dcall_x86.cc43 OpCmpImmBranch(kCondEq, rl_src.reg, key, &block_label_list_[case_block->id]); in GenLargeSparseSwitch()
Dfp_x86.cc495 LIR* taken = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch()
496 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedFPCmpBranch()
Dint_x86.cc385 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch()
451 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpImmBranch()
/art/compiler/dex/quick/arm/
Dint_arm.cc161 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpImmBranch()
162 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedLongCmpImmBranch()
324 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch()
325 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedLongCmpBranch()
Dfp_arm.cc216 LIR* target = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc203 LIR* target = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch()
Dint_arm64.cc217 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch()
218 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedLongCmpBranch()