Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h582 static int FixedLiveRangeID(int index) { return -index - 1; } in FixedLiveRangeID() function
Dlithium-allocator.cc644 result = new(zone_) LiveRange(FixedLiveRangeID(index), zone_); in FixedLiveRangeFor()