Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc3599 int values_to_process = frame.GetValueCount(); in Init() local
3600 while (values_to_process > 0 || !nested_counts.empty()) { in Init()
3605 frame.GetValueCount() - values_to_process); in Init()
3625 values_to_process--; in Init()
3628 nested_counts.push(values_to_process); in Init()
3629 values_to_process = children_count; in Init()
3631 while (values_to_process == 0 && !nested_counts.empty()) { in Init()
3632 values_to_process = nested_counts.top(); in Init()