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

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

Completed in 176 milliseconds