Searched refs:is_checkcast (Results 1 – 1 of 1) sorted by relevance
2366 const bool is_checkcast = (inst->Opcode() == Instruction::CHECK_CAST); in CodeFlowVerifyInstruction() local2367 const dex::TypeIndex type_idx((is_checkcast) ? inst->VRegB_21c() : inst->VRegC_22c()); in CodeFlowVerifyInstruction()2381 if (!is_checkcast) { in CodeFlowVerifyInstruction()2387 uint32_t orig_type_reg = (is_checkcast) ? inst->VRegA_21c() : inst->VRegB_22c(); in CodeFlowVerifyInstruction()2390 if (is_checkcast) { in CodeFlowVerifyInstruction()2396 if (is_checkcast) { in CodeFlowVerifyInstruction()2402 if (is_checkcast) { in CodeFlowVerifyInstruction()2410 if (is_checkcast) { in CodeFlowVerifyInstruction()