Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc3328 int values_to_process = frame.GetValueCount(); in Init() local
3329 while (values_to_process > 0 || !nested_counts.empty()) { in Init()
3334 frame.GetValueCount() - values_to_process); in Init()
3354 values_to_process--; in Init()
3357 nested_counts.push(values_to_process); in Init()
3358 values_to_process = children_count; in Init()
3360 while (values_to_process == 0 && !nested_counts.empty()) { in Init()
3361 values_to_process = nested_counts.top(); in Init()