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

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc1400 LifetimePosition this_end = cur->End(); local
1401 if (this_end.InstructionIndex() > end) end = this_end.InstructionIndex();
/external/v8/src/compiler/
H A Dregister-allocator.cc3639 LifetimePosition this_end = cur->End(); local
3640 if (this_end.ToInstructionIndex() > end)
3641 end = this_end.ToInstructionIndex();

Completed in 216 milliseconds