Home | History | Annotate | Download | only in verifier

Lines Matching full:is_checkcast

2337       const bool is_checkcast = (inst->Opcode() == Instruction::CHECK_CAST);
2338 const uint32_t type_idx = (is_checkcast) ? inst->VRegB_21c() : inst->VRegC_22c();
2351 if (!is_checkcast) {
2359 uint32_t orig_type_reg = (is_checkcast) ? inst->VRegA_21c() : inst->VRegB_22c();
2362 if (is_checkcast) {
2368 if (is_checkcast) {
2374 if (is_checkcast) {
2382 if (is_checkcast) {