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

  /external/v8/src/compiler/
register-allocator.h 483 static int FixedLiveRangeID(int index) { return -index - 1; }
register-allocator.cc 618 result = new (zone()) LiveRange(FixedLiveRangeID(index), code_zone());
    [all...]
  /external/v8/src/
lithium-allocator.h 497 static int FixedLiveRangeID(int index) { return -index - 1; }
lithium-allocator.cc 624 result = new(zone()) LiveRange(FixedLiveRangeID(index), chunk()->zone());
    [all...]

Completed in 168 milliseconds