Searched refs:CurrentInsnFlags (Results 1 – 2 of 2) sorted by relevance
666 InstructionFlags* CurrentInsnFlags();
610 if ((opcode_flags & Instruction::kThrow) == 0 && CurrentInsnFlags()->IsInTry()) { in Fail()1649 if ((opcode_flags & Instruction::kThrow) != 0 && CurrentInsnFlags()->IsInTry()) { in CodeFlowVerifyInstruction()2179 if (!CurrentInsnFlags()->IsBranchTarget() && in CodeFlowVerifyInstruction()4312 InstructionFlags* MethodVerifier::CurrentInsnFlags() { in CurrentInsnFlags() function in art::verifier::MethodVerifier