Home
last modified time | relevance | path

Searched refs:GenSuspendTestAndBranch (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc673 GenSuspendTestAndBranch(opt_flags, &label_list[bb->taken]); in CompileDalvikInstruction()
Dmir_to_lir.h852 void GenSuspendTestAndBranch(int opt_flags, LIR* target);
Dgen_common.cc2118 void Mir2Lir::GenSuspendTestAndBranch(int opt_flags, LIR* target) { in GenSuspendTestAndBranch() function in art::Mir2Lir