Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1244 static int FixedLiveRangeID(int index) { return -index - 1; } in FixedLiveRangeID() function
Dregister-allocator.cc1967 result = data()->NewLiveRange(FixedLiveRangeID(offset + index), rep); in FixedLiveRangeFor()