Home
last modified time | relevance | path

Searched refs:OpWithArgs (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/startop/view_compiler/
Ddex_testcase_generator.cc96 returnIfZero.AddInstruction(Instruction::OpWithArgs( in GenerateSimpleTestCases()
101 Instruction::OpWithArgs(Instruction::Op::kReturn, /*dest=*/{}, resultIfZero)); in GenerateSimpleTestCases()
104 Instruction::OpWithArgs(Instruction::Op::kBindLabel, /*dest=*/{}, else_target)); in GenerateSimpleTestCases()
107 Instruction::OpWithArgs(Instruction::Op::kReturn, /*dest=*/{}, resultIfZero)); in GenerateSimpleTestCases()
117 returnIfNotZero.AddInstruction(Instruction::OpWithArgs( in GenerateSimpleTestCases()
122 Instruction::OpWithArgs(Instruction::Op::kReturn, /*dest=*/{}, resultIfNotZero)); in GenerateSimpleTestCases()
125 Instruction::OpWithArgs(Instruction::Op::kBindLabel, /*dest=*/{}, else_target)); in GenerateSimpleTestCases()
128 Instruction::OpWithArgs(Instruction::Op::kReturn, /*dest=*/{}, resultIfNotZero)); in GenerateSimpleTestCases()
158 Instruction::OpWithArgs(Instruction::Op::kBranchEqz, /*dest=*/{}, zero, labelB)); in GenerateSimpleTestCases()
161 Instruction::OpWithArgs(Instruction::Op::kBindLabel, /*dest=*/{}, labelA)); in GenerateSimpleTestCases()
[all …]
Ddex_layout_compiler.cc154 Instruction::OpWithArgs(Instruction::Op::kBranchNEqz, /*dest=*/{}, view, label)); in StartView()
163 method_->AddInstruction(Instruction::OpWithArgs(Instruction::Op::kBindLabel, /*dest=*/{}, label)); in StartView()
Ddex_builder.cc362 AddInstruction(Instruction::OpWithArgs( in BuildReturn()
368 AddInstruction(Instruction::OpWithArgs(Op::kMove, target, Value::Immediate(value))); in BuildConst4()
373 AddInstruction(Instruction::OpWithArgs(Op::kMove, target, Value::String(dex_string->orig_index))); in BuildConstString()
502 EncodeMove(Instruction::OpWithArgs(move_op, scratch[i], instruction.args()[i])); in EncodeInvoke()
Ddex_builder.h206 static inline Instruction OpWithArgs(Op opcode, std::optional<const Value> dest, in OpWithArgs() function
214 return OpWithArgs(Op::kCheckCast, val, type); in Cast()
618 Instruction::OpWithArgs(Instruction::Op::kNew, target, Value::Type(type_def->orig_index))); in BuildNew()