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

  /external/v8/src/crankshaft/
lithium-allocator.h 497 static int FixedLiveRangeID(int index) { return -index - 1; }
  /external/v8/src/compiler/
register-allocator.h 919 static int FixedLiveRangeID(int index) { return -index - 1; }
    [all...]

Completed in 50 milliseconds