Searched refs:heap_locals_count (Results 1 – 1 of 1) sorted by relevance
945 int heap_locals_count = info.number_of_context_slots(); in Print() local971 if (heap_locals_count > Context::MIN_CONTEXT_SLOTS) { in Print()974 for (int i = Context::MIN_CONTEXT_SLOTS; i < heap_locals_count; i++) { in Print()