Home
last modified time | relevance | path

Searched refs:FixedLiveRangeID (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dlithium-allocator.h497 static int FixedLiveRangeID(int index) { return -index - 1; } in FixedLiveRangeID() function
Dlithium-allocator.cc624 result = new(zone()) LiveRange(FixedLiveRangeID(index), chunk()->zone()); in FixedLiveRangeFor()
/external/v8/src/compiler/
Dregister-allocator.h483 static int FixedLiveRangeID(int index) { return -index - 1; } in FixedLiveRangeID() function
Dregister-allocator.cc618 result = new (zone()) LiveRange(FixedLiveRangeID(index), code_zone()); in FixedLiveRangeFor()