Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dmir_to_lir.cc1215 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()
Dgen_common.cc2179 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()
Dcodegen_util.cc928 LIR* boundary_lir = &block_label_list_[bbid]; in InsertCaseLabel()
1046 block_label_list_(nullptr), in Mir2Lir()
Dmir_to_lir.h1793 LIR* block_label_list_; variable
/art/compiler/dex/quick/x86/
Dfp_x86.cc514 LIR* taken = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch()
515 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedFPCmpBranch()
Dint_x86.cc389 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch()
455 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpImmBranch()
/art/compiler/dex/quick/arm/
Dint_arm.cc172 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()
Dfp_arm.cc247 LIR* target = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc231 LIR* target = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch()
Dint_arm64.cc226 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch()
227 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedLongCmpBranch()