Home
last modified time | relevance | path

Searched refs:is_checkcast (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc1936 const bool is_checkcast = (inst->Opcode() == Instruction::CHECK_CAST); in CodeFlowVerifyInstruction() local
1937 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()