Home
last modified time | relevance | path

Searched refs:IsInTry (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dinstruction_flags.cc33 if (IsInTry()) encoding[kInTry] = 'T'; in ToString()
Dinstruction_flags.h48 bool IsInTry() const { in IsInTry() function
Dmethod_verifier.cc610 if ((opcode_flags & Instruction::kThrow) == 0 && CurrentInsnFlags()->IsInTry()) { in Fail()
1649 if ((opcode_flags & Instruction::kThrow) != 0 && CurrentInsnFlags()->IsInTry()) { in CodeFlowVerifyInstruction()
3026 if ((opcode_flags & Instruction::kThrow) != 0 && insn_flags_[work_insn_idx_].IsInTry()) { in CodeFlowVerifyInstruction()