Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h666 InstructionFlags* CurrentInsnFlags();
Dmethod_verifier.cc610 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