Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_builder.cc356 return EncodeBranch(art::Instruction::IF_EQZ, instruction); in EncodeInstruction()
358 return EncodeBranch(art::Instruction::IF_NEZ, instruction); in EncodeInstruction()
479 void MethodBuilder::EncodeBranch(art::Instruction::Code op, const Instruction& instruction) { in EncodeBranch() function in startop::dex::MethodBuilder
Ddex_builder.h319 void EncodeBranch(art::Instruction::Code op, const Instruction& instruction);