Home
last modified time | relevance | path

Searched refs:stackTop (Results 151 – 175 of 443) sorted by relevance

12345678910>>...18

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DSteppingSubscriber.cpp201 uint32_t stackTop = 0; in Out() local
205 stackTop = th.initialStack; in Out()
212 auto frames = MIPSStackWalk::Walk(cpuDebug->GetPC(), ra, sp, entry, stackTop); in Out()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DSteppingSubscriber.cpp201 uint32_t stackTop = 0; in Out() local
205 stackTop = th.initialStack; in Out()
212 auto frames = MIPSStackWalk::Walk(cpuDebug->GetPC(), ra, sp, entry, stackTop); in Out()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DSteppingSubscriber.cpp201 uint32_t stackTop = 0; in Out() local
205 stackTop = th.initialStack; in Out()
212 auto frames = MIPSStackWalk::Walk(cpuDebug->GetPC(), ra, sp, entry, stackTop); in Out()
/dports/devel/ragel/ragel-6.10/ragel/
H A Drlparse.cpp3863 stackTop = freshEl; in init()
3864 stackTop->type = 0; in init()
3866 stackTop->next = 0; in init()
3867 stackTop->child = 0; in init()
3951 stackTop = lel; in parseLangEl()
6631 stackTop = stackTop->next; in parseLangEl()
6633 rhs[0] = stackTop; in parseLangEl()
6634 stackTop = stackTop->next; in parseLangEl()
6773 stackTop = redLel; in parseLangEl()
6806 stackTop = stackTop->next; in parseLangEl()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/profiler/core/
H A Dplatform.cpp395 void set_tls_stack_top(void* stackTop) in set_tls_stack_top() argument
401 uintptr_t stackTopR = (uintptr_t)stackTop; in set_tls_stack_top()
402 if (stackTop) { in set_tls_stack_top()
459 void mozilla_sampler_init(void* stackTop) in mozilla_sampler_init() argument
492 stack, isMainThread, stackTop); in mozilla_sampler_init()
1037 void* stackTop = GetStackTop(aGuessStackTop); in mozilla_sampler_register_thread() local
1038 return Sampler::RegisterCurrentThread(aName, stack, isMainThread, stackTop); in mozilla_sampler_register_thread()
H A Dplatform-win32.cc347 bool aIsMainThread, void* stackTop) in RegisterCurrentThread() argument
367 set_tls_stack_top(stackTop); in RegisterCurrentThread()
370 aIsMainThread, aPseudoStack, stackTop); in RegisterCurrentThread()
H A Dplatform-macos.cc375 bool aIsMainThread, void* stackTop) in RegisterCurrentThread() argument
394 set_tls_stack_top(stackTop); in RegisterCurrentThread()
397 aIsMainThread, aPseudoStack, stackTop); in RegisterCurrentThread()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tasty-lua-0.2.3.2/src/Test/Tasty/Lua/
H A DCore.hs37 then Left . toString <$> Lua.tostring' Lua.stackTop
38 else Lua.try (Lua.peekList Lua.stackTop) >>= \case
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hslua-1.3.0.1/test/Foreign/Lua/
H A DFunctionCallingTests.hs53 Lua.peek Lua.stackTop <* Lua.pop 1
73 Lua.peek Lua.stackTop <* Lua.pop 1
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/hslua-1.3.0.1/test/Foreign/Lua/
H A DFunctionCallingTests.hs53 Lua.peek Lua.stackTop <* Lua.pop 1
73 Lua.peek Lua.stackTop <* Lua.pop 1
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Dyacasapi.cpp44 int stackTop = env.iStack.size(); in Evaluate() local
103 env.iStack.resize(stackTop); in Evaluate()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-windows.c275 guint8 *stackTop = (guint8*)tib->StackBase; in mono_threads_platform_get_stack_bounds() local
280 guint8 *stackTop = (guint8*)*(int*)((char*)tib + 4); in mono_threads_platform_get_stack_bounds() local
292 *stsize = stackTop - stackBottom; in mono_threads_platform_get_stack_bounds()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hslua-1.3.0.1/test/Foreign/
H A DLuaTests.hs217 peek stackTop :: Lua Lua.Integer
225 (peek stackTop :: Lua Number)
262 Lua.tonumber Lua.stackTop >>= \case
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/hslua-1.3.0.1/test/Foreign/
H A DLuaTests.hs217 peek stackTop :: Lua Lua.Integer
225 (peek stackTop :: Lua Number)
262 Lua.tonumber Lua.stackTop >>= \case
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DCodeGenerator.cs340 object stackTop = blockStack.Pop(); in EndFor()
343 ThrowMismatchException(stackTop); in EndFor()
416 object stackTop = blockStack.Pop(); in EndForEach()
419 ThrowMismatchException(stackTop); in EndForEach()
1697 object stackTop = blockStack.Pop(); in PopIfState()
1700 ThrowMismatchException(stackTop); in PopIfState()
1862 object stackTop = blockStack.Peek(); in EndCase()
1865 ThrowMismatchException(stackTop); in EndCase()
1873 object stackTop = blockStack.Peek(); in DefaultCase()
1876 ThrowMismatchException(stackTop); in DefaultCase()
[all …]
/dports/textproc/p5-Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.14/lib/Syntax/Highlight/Engine/Kate/
H A DTemplate.pm70 my $t = $self->engine->stackTop;
260 my $top = $self->stackTop;
455 my $top = $self->engine->stackTop;
483 my $t = $eng->stackTop;
591 sub stackTop { subroutine
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djspubtd.h257 MOZ_ASSERT(this == *stackTop); in JS_PUBLIC_API()
258 *stackTop = down; in JS_PUBLIC_API()
295 AutoGCRooter ** const stackTop; in JS_PUBLIC_API()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/classfile/
H A DClassFileWriter.java1167 if (!(0 <= stackTop && stackTop <= itsMaxStack)) in markTableSwitchCase()
1169 itsStackTop = (short)stackTop; in markTableSwitchCase()
1252 itsStackTop = stackTop; in markLabel()
1439 stackTop = 0; in StackMapTable()
1711 stackTop = stack.length; in executeWorkList()
2341 if (stackTop == stack.length) { in push()
2346 stack[stackTop++] = typeInfo; in push()
2350 return stack[--stackTop]; in pop()
2385 stackTop = 0; in clearStack()
2581 private int stackTop; field in ClassFileWriter.StackMapTable
[all …]
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dtree.cpp582 stackTop = &getRoot(); in Tree()
660 sabassert(stackTop && isDaddy(stackTop)); in appendVertex()
664 E( cast(Daddy*,stackTop) -> newChild(S, v) ); //sets parent too in appendVertex()
666 stackTop = v; in appendVertex()
675 sabassert(stackTop && isElement(stackTop)); in dropCurrentElement()
676 sabassert(stackTop == v); in dropCurrentElement()
678 stackTop = v -> parent; in dropCurrentElement()
680 toE(stackTop) -> contents.deppend(); in dropCurrentElement()
706 Vertex *v = NZ( stackTop ); in popVertex()
707 stackTop = v -> parent; in popVertex()
/dports/x11-fm/filerunner/filerunner/Makefiles/
H A Dmsi-tool.tcl370 set stackTop [lindex $xmlStack end]
372 if {$stackTop != $xmlSelfClose} {
437 set stackTop [lindex $xmlStack end]
440 if {$stackTop != $xmlSelfClose} {
444 append xmlBuffer "<$stackTop"
446 append xmlBuffer $stackTop
/dports/textproc/p5-Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.14/t/perl/before/
H A Dtemplate.pl70 my $t = $self->engine->stackTop;
260 my $top = $self->stackTop;
455 my $top = $self->engine->stackTop;
483 my $t = $eng->stackTop;
587 sub stackTop { subroutine
/dports/devel/tinygo/tinygo-0.14.1/src/runtime/
H A Druntime_nintendoswitch_heap.go17 stackTop = uintptr(unsafe.Pointer(&stackTopSymbol)) var
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DGenCodBas_PICBase.pas596 if stackTop>MAX_REGS_STACK_BYTE then begin
601 if stackTop>listRegStk.Count-1 then begin
611 Result := listRegStk[stackTop]; //toma registro
614 inc(stackTop); //actualiza
723 if stackTop=0 then begin //Ya está abajo
727 dec(stackTop); //Baja puntero
733 if stackTop<=1 then begin //Ya está abajo
737 dec(stackTop, 2); //Baja puntero
743 if stackTop<=3 then begin //Ya está abajo
747 dec(stackTop, 4); //Baja puntero
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DCodeGenerator.cs301 object stackTop = blockStack.Pop(); in EndFor()
386 object stackTop = blockStack.Pop(); in EndForEach()
389 ThrowMismatchException(stackTop); in EndForEach()
1725 object stackTop = blockStack.Pop(); in PopIfState()
1726 IfState ifState = stackTop as IfState; in PopIfState()
1907 object stackTop = blockStack.Peek(); in EndCase()
1910 ThrowMismatchException(stackTop); in EndCase()
1918 object stackTop = blockStack.Peek(); in DefaultCase()
1921 ThrowMismatchException(stackTop); in DefaultCase()
1928 object stackTop = blockStack.Pop(); in EndSwitch()
[all …]
/dports/lang/nim/nim-1.6.2/lib/system/
H A Dgc_common.nim184 var stackTop {.volatile.}: pointer
185 nimGC_setStackBottom(addr(stackTop))
313 var stackTop {.volatile, noinit.}: pointer
314 stackTop = addr(stackTop)
316 var b = cast[ByteAddress](stackTop)
335 stackTop: array[0..1, pointer]
336 sp = addr(stackTop[0])

12345678910>>...18