Lines Matching refs:end_offset
139 const lldb::offset_t end_offset = offset + length; in DumpLocation() local
140 while (m_data.ValidOffset(offset) && offset < end_offset) { in DumpLocation()
1343 const lldb::offset_t end_offset = opcodes_offset + opcodes_length; in Evaluate() local
1360 while (opcodes.ValidOffset(offset) && offset < end_offset) { in Evaluate()
2164 if (new_offset >= opcodes_offset && new_offset < end_offset) in Evaluate()
2195 if (new_offset >= opcodes_offset && new_offset < end_offset) in Evaluate()
3303 lldb::offset_t &end_offset) { in GetOpAndEndOffsets() argument
3327 end_offset = opcodes_offset + opcodes_length; in GetOpAndEndOffsets()
3336 lldb::offset_t end_offset; in MatchesOperand() local
3337 if (!GetOpAndEndOffsets(frame, op_offset, end_offset)) { in MatchesOperand()
3341 if (!m_data.ValidOffset(op_offset) || op_offset >= end_offset) { in MatchesOperand()