Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dmir_to_lir.cc721 GenCompareZeroAndBranch(opcode, rl_src[0], taken); in CompileDalvikInstruction()
Dmir_to_lir.h815 void GenCompareZeroAndBranch(Instruction::Code opcode, RegLocation rl_src, LIR* taken);
Dgen_common.cc413 void Mir2Lir::GenCompareZeroAndBranch(Instruction::Code opcode, RegLocation rl_src, LIR* taken) { in GenCompareZeroAndBranch() function in art::Mir2Lir