Searched refs:block_label_list_ (Results 1 – 11 of 11) sorted by relevance
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 1121 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()
|
D | gen_common.cc | 2060 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()
|
D | codegen_util.cc | 831 LIR* boundary_lir = &block_label_list_[mir_graph_->FindBlock(vaddr)->id]; in InsertCaseLabel() 1007 block_label_list_(NULL), in Mir2Lir()
|
D | mir_to_lir.h | 1698 LIR* block_label_list_; variable
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 43 OpCmpImmBranch(kCondEq, rl_src.reg, key, &block_label_list_[case_block->id]); in GenLargeSparseSwitch()
|
D | fp_x86.cc | 495 LIR* taken = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch() 496 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedFPCmpBranch()
|
D | int_x86.cc | 385 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch() 451 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpImmBranch()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 161 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()
|
D | fp_arm.cc | 216 LIR* target = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 203 LIR* target = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch()
|
D | int_arm64.cc | 217 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch() 218 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedLongCmpBranch()
|