Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dpointer-policies.cc25 bool IsOnStack(const void* address) { in IsOnStack() function
/third_party/node/deps/v8/src/heap/base/
Dstack.cc27 bool Stack::IsOnStack(void* slot) const { in IsOnStack() function in heap::base::Stack
/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc727 using IsOnStack = IsRoot::Next<bool, 1>; typedef in v8::internal::GlobalHandles::TracedNode
797 bool GlobalHandles::OnStackTracedNodeSpace::IsOnStack(uintptr_t slot) const { in IsOnStack() function in v8::internal::GlobalHandles::OnStackTracedNodeSpace
/third_party/node/deps/v8/src/torque/
Dtypes.h830 bool IsOnStack() const { return stack_range_ != base::nullopt; } in IsOnStack() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_test.cc43 static bool IsOnStack(const ArrayType& a) { in IsOnStack() function