Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_builder.cc403 return EncodeBranch(::dex::Opcode::OP_IF_EQZ, instruction); in EncodeInstruction()
405 return EncodeBranch(::dex::Opcode::OP_IF_NEZ, instruction); in EncodeInstruction()
531 void MethodBuilder::EncodeBranch(::dex::Opcode op, const Instruction& instruction) { in EncodeBranch() function in startop::dex::MethodBuilder
Ddex_builder.h373 void EncodeBranch(::dex::Opcode op, const Instruction& instruction);