Searched refs:SMI_VALUE (Results 1 – 1 of 1) sorted by relevance
13655 #define SMI_VALUE(x) (Smi::ToInt(x)) macro13682 } else if (position > SMI_VALUE(ends->get(ends_len - 1))) { in GetPositionInfo()13687 if (SMI_VALUE(ends->get(0)) >= position) { in GetPositionInfo()13698 if (position > SMI_VALUE(ends->get(mid))) { in GetPositionInfo()13700 } else if (position <= SMI_VALUE(ends->get(mid - 1))) { in GetPositionInfo()13707 DCHECK(SMI_VALUE(ends->get(info->line)) >= position && in GetPositionInfo()13708 SMI_VALUE(ends->get(info->line - 1)) < position); in GetPositionInfo()13709 info->line_start = SMI_VALUE(ends->get(info->line - 1)) + 1; in GetPositionInfo()13714 info->line_end = SMI_VALUE(ends->get(info->line)); in GetPositionInfo()13735 #undef SMI_VALUE