Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc1228 int heap_locals_count = scope_info->ContextLocalCount(); in Print() local
1258 if (heap_locals_count > 0) { in Print()
1261 for (int i = 0; i < heap_locals_count; i++) { in Print()