Searched defs:CurrentInsnFlags (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc893 if ((opcode_flags & Instruction::kThrow) == 0 && CurrentInsnFlags()->IsInTry()) {
2015 if ((opcode_flags & Instruction::kThrow) != 0 && CurrentInsnFlags()->IsInTry()) {
2605 if (!CurrentInsnFlags()->IsBranchTarget() &&
4959 InstructionFlags* MethodVerifier::CurrentInsnFlags() { function in class:art::MethodVerifier

Completed in 13 milliseconds