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

/art/runtime/verifier/
H A Dmethod_verifier.cc1466 if ((opcode_flags & Instruction::kThrow) != 0 && CurrentInsnFlags()->IsInTry()) {
1973 if (!CurrentInsnFlags()->IsBranchTarget() &&
2859 uint32_t next_insn_idx = work_insn_idx_ + CurrentInsnFlags()->GetLengthInCodeUnits();
4038 InstructionFlags* MethodVerifier::CurrentInsnFlags() { function in class:art::verifier::MethodVerifier

Completed in 64 milliseconds