Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate-data.h78 static constexpr intptr_t kIsolateRootBias = kRootRegisterBias; variable
82 return reinterpret_cast<Address>(this) + kIsolateRootBias; in isolate_root()
88 static constexpr int Name##_offset() { return Offset - kIsolateRootBias; }
Disolate.h1168 return OFFSET_OF(Isolate, isolate_data_) + IsolateData::kIsolateRootBias; in isolate_root_bias()