Home
last modified time | relevance | path

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

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