Searched refs:kMaxInstructionByteSize (Results 1 – 2 of 2) sorted by relevance
169 enum { kMaxInstructionByteSize = 32 }; enumerator
974 || insn_len > kMaxInstructionByteSize) { in GetNonCallSiteUnwindPlanFromAssembly()1373 insn_len == 0 || insn_len > kMaxInstructionByteSize) { in AugmentUnwindPlanFromCallSite()1586 || insn_len > kMaxInstructionByteSize in FindFirstNonPrologueInstruction()