Searched defs:IsOnStack (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/heap/cppgc/ | ||
| D | pointer-policies.cc | 25 bool IsOnStack(const void* address) { in IsOnStack() function |
| /third_party/node/deps/v8/src/heap/base/ | ||
| D | stack.cc | 27 bool Stack::IsOnStack(void* slot) const { in IsOnStack() function in heap::base::Stack |
| /third_party/node/deps/v8/src/handles/ | ||
| D | global-handles.cc | 727 using IsOnStack = IsRoot::Next<bool, 1>; typedef in v8::internal::GlobalHandles::TracedNode |
| /third_party/node/deps/v8/src/torque/ | ||
| D | types.h | 830 bool IsOnStack() const { return stack_range_ != base::nullopt; } in IsOnStack() function |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ | ||
| D | fixed_array_test.cc | 43 static bool IsOnStack(const ArrayType& a) { in IsOnStack() function |