Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_builder.cc104 case Instruction::Op::kNew: in operator <<()
406 case Instruction::Op::kNew: in EncodeInstruction()
546 CHECK_EQ(Instruction::Op::kNew, instruction.opcode()); in EncodeNew()
Ddex_builder.h189 kNew, enumerator
618 Instruction::OpWithArgs(Instruction::Op::kNew, target, Value::Type(type_def->orig_index))); in BuildNew()