Searched refs:is_checkcast (Results 1 – 1 of 1) sorted by relevance
2438 const bool is_checkcast = (inst->Opcode() == Instruction::CHECK_CAST); in CodeFlowVerifyInstruction() local2439 const dex::TypeIndex type_idx((is_checkcast) ? inst->VRegB_21c() : inst->VRegC_22c()); in CodeFlowVerifyInstruction()2453 if (!is_checkcast) { in CodeFlowVerifyInstruction()2461 uint32_t orig_type_reg = (is_checkcast) ? inst->VRegA_21c() : inst->VRegB_22c(); in CodeFlowVerifyInstruction()2464 if (is_checkcast) { in CodeFlowVerifyInstruction()2470 if (is_checkcast) { in CodeFlowVerifyInstruction()2476 if (is_checkcast) { in CodeFlowVerifyInstruction()2484 if (is_checkcast) { in CodeFlowVerifyInstruction()