Home
last modified time | relevance | path

Searched refs:GetCurrentStackPosition (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/deps/v8/src/heap/base/
Dstack.cc47 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/
Dlocal-isolate.cc25 : GetCurrentStackPosition() - FLAG_stack_size * KB) in LocalIsolate()
73 return GetCurrentStackPosition() < local_isolate->stack_limit(); in HasOverflowed()
Dthread-local-top.cc67 last_api_entry_ = reinterpret_cast<Address>(GetCurrentStackPosition()); in StoreCurrentStackPosition()
Dstack-guard.cc221 DCHECK_GT(GetCurrentStackPosition(), kLimitSize); in Initialize()
222 uintptr_t limit = GetCurrentStackPosition() - kLimitSize; in Initialize()
Dsimulator.h89 return internal::GetCurrentStackPosition();
Dexecution.cc628 *isolate->js_entry_sp_address() = GetCurrentStackPosition(); in CallWasm()
633 stack_handler.padding = GetCurrentStackPosition(); in CallWasm()
Disolate.h2497 return GetCurrentStackPosition() < stack_guard->real_climit(); in HasOverflowed()
2504 return GetCurrentStackPosition() < stack_guard->climit(); in InterruptRequested()
Disolate.cc1550 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/
Dpointer-policies.cc26 return v8::base::Stack::GetCurrentStackPosition() <= address && in IsOnStack()
Dheap.cc171 SetStackEndOfCurrentGC(v8::base::Stack::GetCurrentStackPosition()); in FinalizeGarbageCollection()
/third_party/node/deps/v8/src/wasm/
Dstacks.h77 byte* sp = reinterpret_cast<byte*>(GetCurrentStackPosition()); in IsActive()
/third_party/node/deps/v8/src/utils/
Dutils.cc218 uintptr_t GetCurrentStackPosition() { in GetCurrentStackPosition() function
Dutils.h585 V8_EXPORT_PRIVATE V8_NOINLINE uintptr_t GetCurrentStackPosition();
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc692 SetStackEndOfCurrentGC(v8::base::Stack::GetCurrentStackPosition()); in RunMinorGC()
749 SetStackEndOfCurrentGC(v8::base::Stack::GetCurrentStackPosition()); in CollectGarbageForTesting()
/third_party/node/deps/v8/src/base/platform/
Dplatform-starboard.cc489 Stack::StackSlot Stack::GetCurrentStackPosition() { in GetCurrentStackPosition() function in v8::base::Stack
Dplatform.h621 static V8_NOINLINE StackSlot GetCurrentStackPosition();
Dplatform-posix.cc1246 Stack::StackSlot Stack::GetCurrentStackPosition() { in GetCurrentStackPosition() function in v8::base::Stack
Dplatform-win32.cc1723 Stack::StackSlot Stack::GetCurrentStackPosition() { in GetCurrentStackPosition() function in v8::base::Stack
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1631 GetCurrentStackPosition() - stack_size_ * KB); in Run()
1896 if (GetCurrentStackPosition() < isolate->stack_guard()->real_climit()) { in CollectSourcePositions()
/third_party/node/deps/v8/src/regexp/
Dregexp-parser.cc426 if (GetCurrentStackPosition() < stack_limit_) { in Advance()
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc61 if (GetCurrentStackPosition() < stack_limit_) { \
/third_party/node/deps/v8/src/ast/
Dast.h2777 if (GetCurrentStackPosition() < stack_limit_) { \
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc884 if (base::Stack::GetCurrentStackPosition() < c_limit) { in RW_VAR_LIST()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc1994 if (base::Stack::GetCurrentStackPosition() < c_limit) { in StackLimit()
/third_party/node/deps/v8/src/parsing/
Dparser-base.h871 if (GetCurrentStackPosition() < stack_limit_) set_stack_overflow(); in CheckStackOverflow()

12