Searched refs:is_checkcast (Results 1 – 1 of 1) sorted by relevance
1936 const bool is_checkcast = (inst->Opcode() == Instruction::CHECK_CAST); in CodeFlowVerifyInstruction() local1937 const uint32_t type_idx = (is_checkcast) ? inst->VRegB_21c() : inst->VRegC_22c(); in CodeFlowVerifyInstruction()1950 if (!is_checkcast) { in CodeFlowVerifyInstruction()1956 uint32_t orig_type_reg = (is_checkcast) ? inst->VRegA_21c() : inst->VRegB_22c(); in CodeFlowVerifyInstruction()1959 if (is_checkcast) { in CodeFlowVerifyInstruction()1965 if (is_checkcast) { in CodeFlowVerifyInstruction()1971 if (is_checkcast) { in CodeFlowVerifyInstruction()