Home | History | Annotate | Download | only in verifier

Lines Matching refs:CurrentInsnFlags

893           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() {