Searched refs:block_label_list_ (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 1215 block_label_list_[block_id].operands[0] = bb->start_offset; in MethodBlockCodeGen() 1218 block_label_list_[block_id].opcode = kPseudoNormalBlockLabel; in MethodBlockCodeGen() 1219 block_label_list_[block_id].flags.fixup = kFixupLabel; in MethodBlockCodeGen() 1220 AppendLIR(&block_label_list_[block_id]); in MethodBlockCodeGen() 1277 head_lir = &block_label_list_[bb->id]; in MethodBlockCodeGen() 1288 CompileDalvikInstruction(mir, bb, block_label_list_); in MethodBlockCodeGen() 1331 block_label_list_ = arena_->AllocArray<LIR>(mir_graph_->GetNumBlocks(), kArenaAllocLIR); in MethodMIR2LIR() 1341 OpUnconditionalBranch(&block_label_list_[curr_bb->fall_through]); in MethodMIR2LIR()
|
D | gen_common.cc | 2179 OpCmpImmBranch(kCondEq, rl_src.reg, starting_key + i, &block_label_list_[case_block_id]); in GenSmallPackedSwitch() 2191 OpCmpBranch(kCondEq, rl_src.reg, key_temp, &block_label_list_[case_block_id]); in GenSmallPackedSwitch() 2198 OpCmpBranch(kCondEq, rl_src.reg, key_temp, &block_label_list_[case_block_id]); in GenSmallPackedSwitch() 2206 OpCmpImmBranch(kCondEq, rl_src.reg, starting_key + i, &block_label_list_[case_block_id]); in GenSmallPackedSwitch() 2238 OpCmpImmBranch(kCondEq, rl_src.reg, key, &block_label_list_[case_block_id]); in GenSmallSparseSwitch()
|
D | codegen_util.cc | 928 LIR* boundary_lir = &block_label_list_[bbid]; in InsertCaseLabel() 1046 block_label_list_(nullptr), in Mir2Lir()
|
D | mir_to_lir.h | 1793 LIR* block_label_list_; variable
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 514 LIR* taken = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch() 515 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedFPCmpBranch()
|
D | int_x86.cc | 389 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch() 455 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpImmBranch()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 172 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpImmBranch() 173 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedLongCmpImmBranch() 337 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch() 338 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedLongCmpBranch()
|
D | fp_arm.cc | 247 LIR* target = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 231 LIR* target = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch()
|
D | int_arm64.cc | 226 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch() 227 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedLongCmpBranch()
|