Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2437 const bool is_checkcast = (inst->Opcode() == Instruction::CHECK_CAST); in CodeFlowVerifyInstruction() local
2438 const dex::TypeIndex type_idx((is_checkcast) ? inst->VRegB_21c() : inst->VRegC_22c()); in CodeFlowVerifyInstruction()
2452 if (!is_checkcast) { in CodeFlowVerifyInstruction()
2460 uint32_t orig_type_reg = (is_checkcast) ? inst->VRegA_21c() : inst->VRegB_22c(); in CodeFlowVerifyInstruction()
2463 if (is_checkcast) { in CodeFlowVerifyInstruction()
2469 if (is_checkcast) { in CodeFlowVerifyInstruction()
2475 if (is_checkcast) { in CodeFlowVerifyInstruction()
2483 if (is_checkcast) { in CodeFlowVerifyInstruction()