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.cc476 void Mir2Lir::CompileDalvikInstruction(MIR* mir, BasicBlock* bb, LIR* label_list) { in CompileDalvikInstruction() argument
673 GenSuspendTestAndBranch(opt_flags, &label_list[bb->taken]); in CompileDalvikInstruction()
675 OpUnconditionalBranch(&label_list[bb->taken]); in CompileDalvikInstruction()
707 LIR* taken = &label_list[bb->taken]; in CompileDalvikInstruction()
720 LIR* taken = &label_list[bb->taken]; in CompileDalvikInstruction()
Dmir_to_lir.h1063 void CompileDalvikInstruction(MIR* mir, BasicBlock* bb, LIR* label_list);