| /third_party/node/deps/v8/src/heap/base/ |
| D | stack.cc | 47 return v8::base::Stack::GetCurrentStackPosition() <= slot && in IsOnStack() 171 return v8::base::Stack::GetCurrentStackPosition(); in GetCurrentStackPointerForLocalVariables() 174 return v8::base::Stack::GetCurrentStackPosition(); in GetCurrentStackPointerForLocalVariables()
|
| /third_party/node/deps/v8/src/execution/ |
| D | local-isolate.cc | 25 : GetCurrentStackPosition() - FLAG_stack_size * KB) in LocalIsolate() 73 return GetCurrentStackPosition() < local_isolate->stack_limit(); in HasOverflowed()
|
| D | thread-local-top.cc | 67 last_api_entry_ = reinterpret_cast<Address>(GetCurrentStackPosition()); in StoreCurrentStackPosition()
|
| D | stack-guard.cc | 221 DCHECK_GT(GetCurrentStackPosition(), kLimitSize); in Initialize() 222 uintptr_t limit = GetCurrentStackPosition() - kLimitSize; in Initialize()
|
| D | simulator.h | 89 return internal::GetCurrentStackPosition();
|
| D | execution.cc | 628 *isolate->js_entry_sp_address() = GetCurrentStackPosition(); in CallWasm() 633 stack_handler.padding = GetCurrentStackPosition(); in CallWasm()
|
| D | isolate.h | 2497 return GetCurrentStackPosition() < stack_guard->real_climit(); in HasOverflowed() 2504 return GetCurrentStackPosition() < stack_guard->climit(); in InterruptRequested()
|
| D | isolate.cc | 1550 DCHECK_GE(GetCurrentStackPosition(), stack_guard()->real_climit() - 32 * KB); in StackOverflow() 1552 DCHECK_GE(GetCurrentStackPosition(), stack_guard()->real_climit() - 8 * KB); in StackOverflow() 5396 return GetCurrentStackPosition() - gap < stack_guard->real_climit(); in ThrowInternal()
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| D | pointer-policies.cc | 26 return v8::base::Stack::GetCurrentStackPosition() <= address && in IsOnStack()
|
| D | heap.cc | 171 SetStackEndOfCurrentGC(v8::base::Stack::GetCurrentStackPosition()); in FinalizeGarbageCollection()
|
| /third_party/node/deps/v8/src/wasm/ |
| D | stacks.h | 77 byte* sp = reinterpret_cast<byte*>(GetCurrentStackPosition()); in IsActive()
|
| /third_party/node/deps/v8/src/utils/ |
| D | utils.cc | 218 uintptr_t GetCurrentStackPosition() { in GetCurrentStackPosition() function
|
| D | utils.h | 585 V8_EXPORT_PRIVATE V8_NOINLINE uintptr_t GetCurrentStackPosition();
|
| /third_party/node/deps/v8/src/heap/cppgc-js/ |
| D | cpp-heap.cc | 692 SetStackEndOfCurrentGC(v8::base::Stack::GetCurrentStackPosition()); in RunMinorGC() 749 SetStackEndOfCurrentGC(v8::base::Stack::GetCurrentStackPosition()); in CollectGarbageForTesting()
|
| /third_party/node/deps/v8/src/base/platform/ |
| D | platform-starboard.cc | 489 Stack::StackSlot Stack::GetCurrentStackPosition() { in GetCurrentStackPosition() function in v8::base::Stack
|
| D | platform.h | 621 static V8_NOINLINE StackSlot GetCurrentStackPosition();
|
| D | platform-posix.cc | 1246 Stack::StackSlot Stack::GetCurrentStackPosition() { in GetCurrentStackPosition() function in v8::base::Stack
|
| D | platform-win32.cc | 1723 Stack::StackSlot Stack::GetCurrentStackPosition() { in GetCurrentStackPosition() function in v8::base::Stack
|
| /third_party/node/deps/v8/src/codegen/ |
| D | compiler.cc | 1631 GetCurrentStackPosition() - stack_size_ * KB); in Run() 1896 if (GetCurrentStackPosition() < isolate->stack_guard()->real_climit()) { in CollectSourcePositions()
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-parser.cc | 426 if (GetCurrentStackPosition() < stack_limit_) { in Advance()
|
| /third_party/node/deps/v8/src/asmjs/ |
| D | asm-parser.cc | 61 if (GetCurrentStackPosition() < stack_limit_) { \
|
| /third_party/node/deps/v8/src/ast/ |
| D | ast.h | 2777 if (GetCurrentStackPosition() < stack_limit_) { \
|
| /third_party/node/deps/v8/src/execution/ppc/ |
| D | simulator-ppc.cc | 884 if (base::Stack::GetCurrentStackPosition() < c_limit) { in RW_VAR_LIST()
|
| /third_party/node/deps/v8/src/execution/loong64/ |
| D | simulator-loong64.cc | 1994 if (base::Stack::GetCurrentStackPosition() < c_limit) { in StackLimit()
|
| /third_party/node/deps/v8/src/parsing/ |
| D | parser-base.h | 871 if (GetCurrentStackPosition() < stack_limit_) set_stack_overflow(); in CheckStackOverflow()
|