Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_builder.cc344 return EncodeMove(instruction); in EncodeInstruction()
377 void MethodBuilder::EncodeMove(const Instruction& instruction) { in EncodeMove() function in startop::dex::MethodBuilder
450 EncodeMove(Instruction::OpWithArgs(move_op, scratch[i], instruction.args()[i])); in EncodeInvoke()
Ddex_builder.h317 void EncodeMove(const Instruction& instruction);