Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.cc1398 LifetimePosition this_end = cur->End(); in PopulatePointerMaps() local
1399 if (this_end.InstructionIndex() > end) end = this_end.InstructionIndex(); in PopulatePointerMaps()
/external/v8/src/compiler/
Dregister-allocator.cc3091 LifetimePosition this_end = cur->End(); in PopulateReferenceMaps() local
3092 if (this_end.ToInstructionIndex() > end) in PopulateReferenceMaps()
3093 end = this_end.ToInstructionIndex(); in PopulateReferenceMaps()