Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_testcase_generator.cc104 Instruction::OpWithArgs(Instruction::Op::kBindLabel, /*dest=*/{}, else_target)); in GenerateSimpleTestCases()
125 Instruction::OpWithArgs(Instruction::Op::kBindLabel, /*dest=*/{}, else_target)); in GenerateSimpleTestCases()
161 Instruction::OpWithArgs(Instruction::Op::kBindLabel, /*dest=*/{}, labelA)); in GenerateSimpleTestCases()
165 Instruction::OpWithArgs(Instruction::Op::kBindLabel, /*dest=*/{}, labelB)); in GenerateSimpleTestCases()
213 Instruction::OpWithArgs(Instruction::Op::kBindLabel, /*dest=*/{}, else_target)); in GenerateSimpleTestCases()
233 Instruction::OpWithArgs(Instruction::Op::kBindLabel, /*dest=*/{}, else_target)); in GenerateSimpleTestCases()
Ddex_layout_compiler.cc163 method_->AddInstruction(Instruction::OpWithArgs(Instruction::Op::kBindLabel, /*dest=*/{}, label)); in StartView()
Ddex_builder.cc95 case Instruction::Op::kBindLabel: in operator <<()
400 case Instruction::Op::kBindLabel: in EncodeInstruction()
Ddex_builder.h177 kBindLabel, enumerator