Home
last modified time | relevance | path

Searched refs:SetStackStart (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/base/
Dstack.h27 void SetStackStart(const void* stack_start);
Dstack.cc23 void Stack::SetStackStart(const void* stack_start) { in SetStackStart() function in heap::base::Stack
/third_party/node/deps/v8/include/
Dv8-embedder-heap.h121 void SetStackStart(void* stack_start);
/third_party/node/deps/v8/src/handles/
Dglobal-handles.h194 void SetStackStart(void* stack_start);
Dglobal-handles.cc754 void SetStackStart(void* stack_start) { in SetStackStart() function in v8::internal::GlobalHandles::OnStackTracedNodeSpace
756 stack_.SetStackStart(base::Stack::GetRealStackAddressForSlot(stack_start)); in SetStackStart()
932 void GlobalHandles::SetStackStart(void* stack_start) { in SetStackStart() function in v8::internal::GlobalHandles
933 on_stack_nodes_->SetStackStart(stack_start); in SetStackStart()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc469 isolate_->global_handles()->SetStackStart(base::Stack::GetStackStart()); in AttachIsolate()
/third_party/node/deps/v8/src/api/
Dapi.cc10279 void EmbedderHeapTracer::SetStackStart(void* stack_start) { in SetStackStart() function in v8::EmbedderHeapTracer
10281 reinterpret_cast<i::Isolate*>(isolate_)->global_handles()->SetStackStart( in SetStackStart()