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

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

Completed in 53 milliseconds