Home
last modified time | relevance | path

Searched refs:GetDataFromSnapshotOnce (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-context.h253 V8_INLINE MaybeLocal<T> GetDataFromSnapshotOnce(size_t index);
338 internal::Address* GetDataFromSnapshotOnce(size_t index);
392 MaybeLocal<T> Context::GetDataFromSnapshotOnce(size_t index) { in GetDataFromSnapshotOnce() function in v8::Context
393 T* data = reinterpret_cast<T*>(GetDataFromSnapshotOnce(index)); in GetDataFromSnapshotOnce()
H A Dv8-isolate.h746 V8_INLINE MaybeLocal<T> GetDataFromSnapshotOnce(size_t index);
1681 internal::Address* GetDataFromSnapshotOnce(size_t index);
1701 MaybeLocal<T> Isolate::GetDataFromSnapshotOnce(size_t index) { in GetDataFromSnapshotOnce() function in v8::Isolate
1702 T* data = reinterpret_cast<T*>(GetDataFromSnapshotOnce(index)); in GetDataFromSnapshotOnce()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-context.h301 V8_INLINE MaybeLocal<T> GetDataFromSnapshotOnce(size_t index);
387 internal::Address* GetDataFromSnapshotOnce(size_t index);
438 MaybeLocal<T> Context::GetDataFromSnapshotOnce(size_t index) { in GetDataFromSnapshotOnce() function in v8::Context
439 auto slot = GetDataFromSnapshotOnce(index); in GetDataFromSnapshotOnce()
H A Dv8-isolate.h752 V8_INLINE MaybeLocal<T> GetDataFromSnapshotOnce(size_t index);
1653 internal::Address* GetDataFromSnapshotOnce(size_t index);
1673 MaybeLocal<T> Isolate::GetDataFromSnapshotOnce(size_t index) { in GetDataFromSnapshotOnce() function in v8::Isolate
1674 auto slot = GetDataFromSnapshotOnce(index); in GetDataFromSnapshotOnce()
/third_party/node/src/
H A Dnode_realm.cc139 ctx->GetDataFromSnapshotOnce<TypeName>(d.index); \ in DeserializeProperties()
155 ctx->GetDataFromSnapshotOnce<Context>(info->context); in DeserializeProperties()
H A Denv.cc346 isolate_->GetDataFromSnapshotOnce<TypeName>( \ in DeserializeProperties()
364 isolate_->GetDataFromSnapshotOnce<String>(info->primitive_values[i++]); in DeserializeProperties()
382 isolate_->GetDataFromSnapshotOnce<TypeName>(d.index); \ in DeserializeProperties()
1438 context->GetDataFromSnapshotOnce<Array>( in Deserialize()
1453 Local<Object> obj = context->GetDataFromSnapshotOnce<Object>( in Deserialize()
H A Daliased_buffer-inl.h89 context->GetDataFromSnapshotOnce<V8T>(*index_).ToLocalChecked(); in Deserialize()
H A Dnode_util.cc264 target = context->GetDataFromSnapshotOnce<Object>(weak_info->target) in Deserialize()
H A Djs_native_api_v8.cc171 auto wrapper_key = isolate->GetDataFromSnapshotOnce<v8::Private>(0); in CreateIsolateData()
172 auto type_tag_key = isolate->GetDataFromSnapshotOnce<v8::Private>(1); in CreateIsolateData()
/third_party/node/deps/v8/src/api/
H A Dapi.cc6667 i::Address* Context::GetDataFromSnapshotOnce(size_t index) { in GetDataFromSnapshotOnce() function in v8::OneByteMask::Context
8868 i::Address* Isolate::GetDataFromSnapshotOnce(size_t index) { in GetDataFromSnapshotOnce() function in v8::OneByteMask::__anon13987::MapAsArrayKind::Isolate

Completed in 44 milliseconds