Home
last modified time | relevance | path

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

/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.cc107 case Instruction::Op::kCheckCast: in operator <<()
408 case Instruction::Op::kCheckCast: in EncodeInstruction()
558 CHECK_EQ(Instruction::Op::kCheckCast, instruction.opcode()); in EncodeCast()
H A Ddex_builder.h180 kCheckCast, enumerator
214 return OpWithArgs(Op::kCheckCast, val, type); in Cast()
/aosp12/art/compiler/optimizing/
H A Dloop_analysis.cc210 case HInstruction::InstructionKind::kCheckCast: in GetMachineInstructionCount()
H A Dnodes.h7825 : HTypeCheckInstruction(kCheckCast,