Searched refs:check_cast (Results 1 – 1 of 1) sorted by relevance
499 auto check_cast = code_ir->Alloc<lir::Bytecode>(); in Apply() local500 check_cast->opcode = dex::OP_CHECK_CAST; in Apply()501 check_cast->operands.push_back(code_ir->Alloc<lir::VReg>(reg)); in Apply()502 check_cast->operands.push_back( in Apply()504 code_ir->instructions.InsertBefore(bytecode, check_cast); in Apply()