Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h497 static int FixedLiveRangeID(int index) { return -index - 1; } in FixedLiveRangeID() function
Dlithium-allocator.cc625 result = new(zone()) LiveRange(FixedLiveRangeID(index), chunk()->zone()); in FixedLiveRangeFor()
/external/v8/src/compiler/
Dregister-allocator.h919 static int FixedLiveRangeID(int index) { return -index - 1; } in FixedLiveRangeID() function
Dregister-allocator.cc1909 result = data()->NewLiveRange(FixedLiveRangeID(index), rep); in FixedLiveRangeFor()