Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_builder.cc394 Encode21c(::art::Instruction::CONST_STRING, RegisterValue(*instruction.dest()), source.value()); in EncodeMove()
489 Encode21c( in EncodeBranch()
502 Encode21c(::art::Instruction::NEW_INSTANCE, RegisterValue(*instruction.dest()), type.value()); in EncodeNew()
514 Encode21c(::art::Instruction::CHECK_CAST, RegisterValue(*instruction.dest()), type.value()); in EncodeCast()
Ddex_builder.h348 inline void Encode21c(art::Instruction::Code opcode, uint8_t a, uint16_t b) { in Encode21c() function