Searched refs:CurrentInsnFlags (Results 1 – 2 of 2) sorted by relevance
721 InstructionFlags* CurrentInsnFlags();
893 if ((opcode_flags & Instruction::kThrow) == 0 && CurrentInsnFlags()->IsInTry()) { in Fail()2015 if ((opcode_flags & Instruction::kThrow) != 0 && CurrentInsnFlags()->IsInTry()) { in CodeFlowVerifyInstruction()2605 if (!CurrentInsnFlags()->IsBranchTarget() && in CodeFlowVerifyInstruction()4959 InstructionFlags* MethodVerifier::CurrentInsnFlags() { in CurrentInsnFlags() function in art::verifier::MethodVerifier