Home
last modified time | relevance | path

Searched defs:taken (Results 1 – 7 of 7) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc628 LIR* taken = &label_list[bb->taken]; in CompileDalvikInstruction() local
657 LIR* taken = &label_list[bb->taken]; in CompileDalvikInstruction() local
Dgen_common.cc219 RegLocation rl_src2, LIR* taken, in GenCompareAndBranch()
284 void Mir2Lir::GenCompareZeroAndBranch(Instruction::Code opcode, RegLocation rl_src, LIR* taken, in GenCompareZeroAndBranch()
/art/compiler/dex/quick/x86/
Dfp_x86.cc495 LIR* taken = &block_label_list_[bb->taken]; in GenFusedFPCmpBranch() local
Dint_x86.cc385 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch() local
451 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpImmBranch() local
/art/compiler/dex/quick/arm/
Dint_arm.cc161 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpImmBranch() local
324 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch() local
/art/compiler/dex/quick/arm64/
Dint_arm64.cc217 LIR* taken = &block_label_list_[bb->taken]; in GenFusedLongCmpBranch() local
/art/compiler/dex/
Dmir_graph.h396 BasicBlockId taken; member