Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_builder.h337 inline void Encode11n(art::Instruction::Code opcode, uint8_t a, int8_t b) { in Encode11n() function
Ddex_builder.cc389 Encode11n(art::Instruction::CONST_4, RegisterValue(*instruction.dest()), source.value()); in EncodeMove()