Searched refs:check_cast (Results 1 – 1 of 1) sorted by relevance
360 auto check_cast = code_ir->Alloc<lir::Bytecode>(); in Apply() local361 check_cast->opcode = dex::OP_CHECK_CAST; in Apply()362 check_cast->operands.push_back(code_ir->Alloc<lir::VReg>(reg)); in Apply()363 check_cast->operands.push_back( in Apply()365 code_ir->instructions.InsertBefore(bytecode, check_cast); in Apply()