Home
last modified time | relevance | path

Searched defs:FixedLiveRangeID (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.h497 static int FixedLiveRangeID(int index) { return -index - 1; } in FixedLiveRangeID() function
/external/v8/src/compiler/
Dregister-allocator.h937 static int FixedLiveRangeID(int index) { return -index - 1; } in FixedLiveRangeID() function