Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc466 int spill_index = in GetOsrValueLocation() local
468 return LinkageLocation::ForCalleeFrameSlot(spill_index, in GetOsrValueLocation()
Dregister-allocator.cc3695 int spill_index = range->IsSpilledOnlyInDeferredBlocks() in PopulateReferenceMaps() local
3699 if (!spill_operand.IsInvalid() && safe_point >= spill_index) { in PopulateReferenceMaps()
3701 range->vreg(), spill_index, safe_point); in PopulateReferenceMaps()