Home
last modified time | relevance | path

Searched refs:heap_locals_count (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dframes.cc556 int heap_locals_count = info.number_of_context_slots(); in Print() local
582 if (heap_locals_count > Context::MIN_CONTEXT_SLOTS) { in Print()
585 for (int i = Context::MIN_CONTEXT_SLOTS; i < heap_locals_count; i++) { in Print()