Home
last modified time | relevance | path

Searched refs:label_list (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc389 void Mir2Lir::CompileDalvikInstruction(MIR* mir, BasicBlock* bb, LIR* label_list) { in CompileDalvikInstruction() argument
597 GenSuspendTestAndBranch(opt_flags, &label_list[bb->taken]); in CompileDalvikInstruction()
599 OpUnconditionalBranch(&label_list[bb->taken]); in CompileDalvikInstruction()
628 LIR* taken = &label_list[bb->taken]; in CompileDalvikInstruction()
629 LIR* fall_through = &label_list[bb->fall_through]; in CompileDalvikInstruction()
639 OpUnconditionalBranch(&label_list[target_id]); in CompileDalvikInstruction()
657 LIR* taken = &label_list[bb->taken]; in CompileDalvikInstruction()
658 LIR* fall_through = &label_list[bb->fall_through]; in CompileDalvikInstruction()
667 OpUnconditionalBranch(&label_list[target_id]); in CompileDalvikInstruction()
Dmir_to_lir.h1086 void CompileDalvikInstruction(MIR* mir, BasicBlock* bb, LIR* label_list);