Searched refs:kMaxInstructionByteSize (Results 1 – 2 of 2) sorted by relevance
170 enum { kMaxInstructionByteSize = 32 }; enumerator
983 || insn_len > kMaxInstructionByteSize) { in GetNonCallSiteUnwindPlanFromAssembly()1382 insn_len == 0 || insn_len > kMaxInstructionByteSize) { in AugmentUnwindPlanFromCallSite()1592 || insn_len > kMaxInstructionByteSize in FindFirstNonPrologueInstruction()