Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h207 int spill_start_index() const { return spill_start_index_; } in spill_start_index() function
Dlithium-allocator.cc1444 safe_point >= range->spill_start_index()) { in PopulatePointerMaps()
1446 range->id(), range->spill_start_index(), safe_point); in PopulatePointerMaps()
/external/v8/src/compiler/
Dregister-allocator.h478 int spill_start_index() const { return spill_start_index_; } in spill_start_index() function
Dregister-allocator.cc3471 : range->spill_start_index(); in PopulateReferenceMaps()