Home
last modified time | relevance | path

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

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