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

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

Completed in 175 milliseconds