Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h120 LifetimePosition() : value_(-1) {} in LifetimePosition() function
171 explicit LifetimePosition(int value) : value_(value) {} in LifetimePosition() function