Searched refs:IsInTry (Results 1 – 3 of 3) sorted by relevance
33 if (IsInTry()) encoding[kInTry] = 'T'; in ToString()
48 bool IsInTry() const { in IsInTry() function
893 if ((opcode_flags & Instruction::kThrow) == 0 && CurrentInsnFlags()->IsInTry()) { in Fail()2015 if ((opcode_flags & Instruction::kThrow) != 0 && CurrentInsnFlags()->IsInTry()) { in CodeFlowVerifyInstruction()3515 if ((opcode_flags & Instruction::kThrow) != 0 && GetInstructionFlags(work_insn_idx_).IsInTry()) { in CodeFlowVerifyInstruction()