Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc3264 int values_to_process = frame.GetValueCount(); in Init() local
3265 while (values_to_process > 0 || !nested_counts.empty()) { in Init()
3270 frame.GetValueCount() - values_to_process); in Init()
3289 values_to_process--; in Init()
3291 nested_counts.push(values_to_process); in Init()
3292 values_to_process = nested_count; in Init()
3294 while (values_to_process == 0 && !nested_counts.empty()) { in Init()
3295 values_to_process = nested_counts.top(); in Init()