Home
last modified time | relevance | path

Searched defs:stackBase (Results 1 – 25 of 122) sorted by relevance

12345

/dports/lang/maude/maude-2.7.1/src/FreeTheory/
H A DfreeRemainder.hh114 Vector<DagNode**>::const_iterator stackBase = stack.begin(); in fastMatchReplace() local
124 Vector<DagNode**>::const_iterator stackBase = stack.begin(); in fastMatchReplace() local
158 Vector<DagNode**>::const_iterator stackBase = stack.begin(); in fastCheckAndBind() local
201 Vector<DagNode**>::const_iterator stackBase = stack.begin(); in generalCheckAndBind() local
H A DfreeNetExec.cc44 Vector<DagNode**>::iterator stackBase = stack.begin(); in applyReplace2() local
117 Vector<DagNode**>::iterator stackBase = stack.begin(); in applyReplaceFast2() local
185 Vector<DagNode**>::iterator stackBase = stack.begin(); in applyReplaceNoOwise2() local
H A DfreeNetExec.hh44 Vector<DagNode**>::iterator stackBase = stack.begin(); in findRemainderListIndex() local
140 Vector<DagNode**>::iterator stackBase = stack.begin(); in findRemainderListIndex() local
H A DfreeRemainder.cc227 Vector<DagNode**>::const_iterator stackBase = stack.begin(); in slowMatchReplace2() local
362 Vector<DagNode**>::const_iterator stackBase = stack.begin(); in slowCheckAndBind() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/util/
H A DNativeStack.cpp80 void* stackBase = *pLibcStackEnd; in GetNativeStackBaseImpl() local
97 void* stackBase = nullptr; in GetNativeStackBaseImpl() local
139 void* stackBase = 0; in GetNativeStackBaseImpl() local
H A DNativeStack.h17 uintptr_t stackBase = reinterpret_cast<uintptr_t>(GetNativeStackBaseImpl()); in GetNativeStackBase() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/util/
H A DNativeStack.cpp84 void* stackBase = *pLibcStackEnd; in GetNativeStackBaseImpl() local
101 void* stackBase = nullptr; in GetNativeStackBaseImpl() local
154 void* stackBase = 0; in GetNativeStackBaseImpl() local
H A DNativeStack.h17 uintptr_t stackBase = reinterpret_cast<uintptr_t>(GetNativeStackBaseImpl()); in GetNativeStackBase() local
/dports/www/firefox/firefox-99.0/js/src/util/
H A DNativeStack.cpp84 void* stackBase = *pLibcStackEnd; in GetNativeStackBaseImpl() local
101 void* stackBase = nullptr; in GetNativeStackBaseImpl() local
154 void* stackBase = 0; in GetNativeStackBaseImpl() local
H A DNativeStack.h17 uintptr_t stackBase = reinterpret_cast<uintptr_t>(GetNativeStackBaseImpl()); in GetNativeStackBase() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/util/
H A DNativeStack.cpp84 void* stackBase = *pLibcStackEnd; in GetNativeStackBaseImpl() local
101 void* stackBase = nullptr; in GetNativeStackBaseImpl() local
154 void* stackBase = 0; in GetNativeStackBaseImpl() local
H A DNativeStack.h17 uintptr_t stackBase = reinterpret_cast<uintptr_t>(GetNativeStackBaseImpl()); in GetNativeStackBase() local
/dports/devel/folly/folly-2021.12.27.00/folly/fibers/
H A DBoostContextCompatibility.h43 auto stackBase = stackLimit + stackSize; in FiberImpl() local
77 auto stackBase = reinterpret_cast<void**>(stackBase_); in fixStackUnwinding() local
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsnativestack.h20 uintptr_t stackBase = reinterpret_cast<uintptr_t>(GetNativeStackBaseImpl()); in GetNativeStackBase() local
H A Djsnativestack.cpp117 void* stackBase = 0; in GetNativeStackBaseImpl() local
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/util/
H A DNativeStack.h17 uintptr_t stackBase = reinterpret_cast<uintptr_t>(GetNativeStackBaseImpl()); in GetNativeStackBase() local
H A DNativeStack.cpp80 void* stackBase = 0; in GetNativeStackBaseImpl() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsnativestack.h20 uintptr_t stackBase = reinterpret_cast<uintptr_t>(GetNativeStackBaseImpl()); in GetNativeStackBase() local
H A Djsnativestack.cpp116 void* stackBase = 0; in GetNativeStackBaseImpl() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DStackBounds.cpp93 void* stackBase = 0; in initialize() local
161 void* stackBase = 0; in initialize() local
/dports/devel/binaryen/binaryen-version_98/src/passes/
H A DStackCheck.cpp131 Global* stackBase; member
154 Global* stackBase = builder.makeGlobal(STACK_BASE, in run() local
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dlua_persist.cpp557 uint32 stackBase = static_cast<uint32>(ci->base - threadState->stack); in persistThread() local
578 uint32 stackBase = static_cast<uint32>(threadState->base - threadState->stack); in persistThread() local
/dports/games/scummvm/scummvm-2.5.1/common/lua/
H A Dlua_persist.cpp557 uint32 stackBase = static_cast<uint32>(ci->base - threadState->stack); in persistThread() local
578 uint32 stackBase = static_cast<uint32>(threadState->base - threadState->stack); in persistThread() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DPointerFinder.java74 Address stackBase = t.getStackBase(); in find() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/heap/
H A DMachineStackMarker.cpp153 void* stackBase; member in JSC::MachineThreads::Thread
463 void* stackBase = thread->stackBase; in gatherFromOtherThread() local

12345