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

/external/v8/src/crankshaft/
H A Dlithium-allocator.h497 static int FixedLiveRangeID(int index) { return -index - 1; } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/compiler/
H A Dregister-allocator.h937 static int FixedLiveRangeID(int index) { return -index - 1; } function in class:v8::internal::compiler::LiveRange::final

Completed in 704 milliseconds