HomeSort by relevance Sort by last modified time
    Searched refs:FixedLiveRangeID (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
lithium-allocator.h 582 static int FixedLiveRangeID(int index) { return -index - 1; }
lithium-allocator.cc 644 result = new(zone_) LiveRange(FixedLiveRangeID(index), zone_);
    [all...]

Completed in 32 milliseconds