Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dregister-allocator.cc3410 size_t spilled_count = 0; in TryReuseSpillForPhi() local
3425 spilled_count++; in TryReuseSpillForPhi()
3433 if (spilled_count * 2 <= phi->operands().size()) { in TryReuseSpillForPhi()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dregister-allocator.cc4379 size_t spilled_count = 0; in TryReuseSpillForPhi() local
4394 spilled_count++; in TryReuseSpillForPhi()
4400 if (spilled_count * 2 <= phi->operands().size()) { in TryReuseSpillForPhi()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dregister-allocator.cc4342 size_t spilled_count = 0; in TryReuseSpillForPhi() local
4357 spilled_count++; in TryReuseSpillForPhi()
4363 if (spilled_count * 2 <= phi->operands().size()) { in TryReuseSpillForPhi()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dregister-allocator.cc4579 size_t spilled_count = 0; in TryReuseSpillForPhi() local
4594 spilled_count++; in TryReuseSpillForPhi()
4600 if (spilled_count * 2 <= phi->operands().size()) { in TryReuseSpillForPhi()