Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1447 LifetimePosition this_end = cur->End(); in PopulatePointerMaps() local
1448 if (this_end.InstructionIndex() > end) end = this_end.InstructionIndex(); in PopulatePointerMaps()
/external/v8/src/
Dlithium-allocator.cc1403 LifetimePosition this_end = cur->End(); in PopulatePointerMaps() local
1404 if (this_end.InstructionIndex() > end) end = this_end.InstructionIndex(); in PopulatePointerMaps()