Home
last modified time | relevance | path

Searched refs:retAddr (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/psp/
H A Dtrace.cpp75 #define GET_RET(retAddr) \ argument
77 : "=&r" (retAddr) : )
89 byte *retAddr; in mipsBacktrace() local
91 GET_RET(retAddr); in mipsBacktrace()
118 if (testRetAddr != retAddr) { in mipsBacktrace()
130 for(uint32 *seekPtr = (uint32 *)retAddr; ; seekPtr--) { in mipsBacktrace()
137 retAddr = (byte *)*((uint32 *)(stackPointer - 4)); in mipsBacktrace()
138 if (retAddr < (byte *)0x8900000 || retAddr > (byte *)0xC900000) { in mipsBacktrace()
139 sprintf(string, "invalid retAddr %p\n", retAddr); in mipsBacktrace()
145 addresses[curLevel++] = retAddr; in mipsBacktrace()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/psp/
H A Dtrace.cpp75 #define GET_RET(retAddr) \ argument
77 : "=&r" (retAddr) : )
89 byte *retAddr; in mipsBacktrace() local
91 GET_RET(retAddr); in mipsBacktrace()
118 if (testRetAddr != retAddr) { in mipsBacktrace()
130 for(uint32 *seekPtr = (uint32 *)retAddr; ; seekPtr--) { in mipsBacktrace()
137 retAddr = (byte *)*((uint32 *)(stackPointer - 4)); in mipsBacktrace()
138 if (retAddr < (byte *)0x8900000 || retAddr > (byte *)0xC900000) { in mipsBacktrace()
139 sprintf(string, "invalid retAddr %p\n", retAddr); in mipsBacktrace()
145 addresses[curLevel++] = retAddr; in mipsBacktrace()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBaselineDebugModeOSR.cpp123 uint8_t* retAddr = frame.resumePCinCurrentFrame(); in CollectJitStackScripts() local
125 script->baselineScript()->retAddrEntryFromReturnAddress(retAddr); in CollectJitStackScripts()
286 uint8_t* retAddr = nullptr; in PatchBaselineFramesForDebugMode() local
313 retAddr = bl->returnAddressForEntry(*retAddrEntry); in PatchBaselineFramesForDebugMode()
314 SpewPatchBaselineFrame(prev->returnAddress(), retAddr, script, kind, in PatchBaselineFramesForDebugMode()
338 retAddr = baselineInterp.interpretOpAddr().value; in PatchBaselineFramesForDebugMode()
341 retAddr = baselineInterp.retAddrForDebugPrologueCallVM(); in PatchBaselineFramesForDebugMode()
344 retAddr = baselineInterp.retAddrForDebugEpilogueCallVM(); in PatchBaselineFramesForDebugMode()
347 retAddr = baselineInterp.retAddrForDebugAfterYieldCallVM(); in PatchBaselineFramesForDebugMode()
352 SpewPatchBaselineFrame(prev->returnAddress(), retAddr, script, kind, in PatchBaselineFramesForDebugMode()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBaselineDebugModeOSR.cpp117 uint8_t* retAddr = frame.resumePCinCurrentFrame(); in CollectJitStackScripts() local
119 script->baselineScript()->retAddrEntryFromReturnAddress(retAddr); in CollectJitStackScripts()
285 uint8_t* retAddr = nullptr; in PatchBaselineFramesForDebugMode() local
314 retAddr = bl->returnAddressForEntry(*retAddrEntry); in PatchBaselineFramesForDebugMode()
315 SpewPatchBaselineFrame(prev->returnAddress(), retAddr, script, kind, in PatchBaselineFramesForDebugMode()
339 retAddr = baselineInterp.interpretOpAddr().value; in PatchBaselineFramesForDebugMode()
342 retAddr = baselineInterp.retAddrForDebugPrologueCallVM(); in PatchBaselineFramesForDebugMode()
345 retAddr = baselineInterp.retAddrForDebugEpilogueCallVM(); in PatchBaselineFramesForDebugMode()
348 retAddr = baselineInterp.retAddrForDebugAfterYieldCallVM(); in PatchBaselineFramesForDebugMode()
353 SpewPatchBaselineFrame(prev->returnAddress(), retAddr, script, kind, in PatchBaselineFramesForDebugMode()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBaselineDebugModeOSR.cpp121 uint8_t* retAddr = frame.resumePCinCurrentFrame(); in CollectJitStackScripts() local
123 script->baselineScript()->retAddrEntryFromReturnAddress(retAddr); in CollectJitStackScripts()
284 uint8_t* retAddr = nullptr; in PatchBaselineFramesForDebugMode() local
311 retAddr = bl->returnAddressForEntry(*retAddrEntry); in PatchBaselineFramesForDebugMode()
312 SpewPatchBaselineFrame(prev->returnAddress(), retAddr, script, kind, in PatchBaselineFramesForDebugMode()
336 retAddr = baselineInterp.interpretOpAddr().value; in PatchBaselineFramesForDebugMode()
339 retAddr = baselineInterp.retAddrForDebugPrologueCallVM(); in PatchBaselineFramesForDebugMode()
342 retAddr = baselineInterp.retAddrForDebugEpilogueCallVM(); in PatchBaselineFramesForDebugMode()
345 retAddr = baselineInterp.retAddrForDebugAfterYieldCallVM(); in PatchBaselineFramesForDebugMode()
350 SpewPatchBaselineFrame(prev->returnAddress(), retAddr, script, kind, in PatchBaselineFramesForDebugMode()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBaselineDebugModeOSR.cpp123 uint8_t* retAddr = frame.resumePCinCurrentFrame(); in CollectJitStackScripts() local
125 script->baselineScript()->retAddrEntryFromReturnAddress(retAddr); in CollectJitStackScripts()
286 uint8_t* retAddr = nullptr; in PatchBaselineFramesForDebugMode() local
313 retAddr = bl->returnAddressForEntry(*retAddrEntry); in PatchBaselineFramesForDebugMode()
314 SpewPatchBaselineFrame(prev->returnAddress(), retAddr, script, kind, in PatchBaselineFramesForDebugMode()
338 retAddr = baselineInterp.interpretOpAddr().value; in PatchBaselineFramesForDebugMode()
341 retAddr = baselineInterp.retAddrForDebugPrologueCallVM(); in PatchBaselineFramesForDebugMode()
344 retAddr = baselineInterp.retAddrForDebugEpilogueCallVM(); in PatchBaselineFramesForDebugMode()
347 retAddr = baselineInterp.retAddrForDebugAfterYieldCallVM(); in PatchBaselineFramesForDebugMode()
352 SpewPatchBaselineFrame(prev->returnAddress(), retAddr, script, kind, in PatchBaselineFramesForDebugMode()
[all …]
/dports/emulators/cemu/CEmu-1.3/core/debug/
H A Ddebug.c146 void debug_record_call(uint32_t retAddr, bool mode) { in debug_record_call() argument
153 entry->retAddr = retAddr; in debug_record_call()
166 void debug_record_ret(uint32_t retAddr, bool mode) { in debug_record_ret() argument
176 retAddr - entry->retAddr <= entry->range) { in debug_record_ret()
H A Ddebug.h62 void debug_record_call(uint32_t retAddr, bool stack);
63 void debug_record_ret(uint32_t retAddr, bool stack);
107 uint32_t retAddr : 24; member
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmInstance.cpp671 void* retAddr = &exportArgs[0]; in callExport() local
678 args.rval().set(Int32Value(*(int32_t*)retAddr)); in callExport()
685 retObj = CreateI64Object(cx, *(int64_t*)retAddr); in callExport()
696 args.rval().set(NumberValue(*(float*)retAddr)); in callExport()
705 args.rval().set(NumberValue(*(double*)retAddr)); in callExport()
708 retObj = CreateSimd<Int8x16>(cx, (int8_t*)retAddr); in callExport()
713 retObj = CreateSimd<Int16x8>(cx, (int16_t*)retAddr); in callExport()
718 retObj = CreateSimd<Int32x4>(cx, (int32_t*)retAddr); in callExport()
723 retObj = CreateSimd<Float32x4>(cx, (float*)retAddr); in callExport()
728 retObj = CreateSimd<Bool8x16>(cx, (int8_t*)retAddr); in callExport()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/ctr/
H A Dctr_system.c88 void __attribute__((weak)) __libctru_init(void (*retAddr)(void)) in __libctru_init()
93 __system_retAddr = retAddr; in __libctru_init()
259 void initSystem(void (*retAddr)(void)) in initSystem()
264 __libctru_init(retAddr); in initSystem()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineDebugModeOSR.cpp222 uint8_t* retAddr = iter.returnAddressToFp(); in CollectJitStackScripts() local
421 uint8_t* retAddr = bl->returnAddressForIC(bl->icEntryFromPCOffset(pcOffset)); in PatchBaselineFramesForDebugMode() local
422 SpewPatchBaselineFrame(prev->returnAddress(), retAddr, script, kind, pc); in PatchBaselineFramesForDebugMode()
424 cx, prev->returnAddress(), retAddr); in PatchBaselineFramesForDebugMode()
425 prev->setReturnAddress(retAddr); in PatchBaselineFramesForDebugMode()
445 uint8_t* retAddr; in PatchBaselineFramesForDebugMode() local
447 retAddr = bl->nativeCodeForPC(script, pc); in PatchBaselineFramesForDebugMode()
449 retAddr = nullptr; in PatchBaselineFramesForDebugMode()
450 SpewPatchBaselineFrameFromExceptionHandler(prev->returnAddress(), retAddr, in PatchBaselineFramesForDebugMode()
453 cx, prev->returnAddress(), retAddr); in PatchBaselineFramesForDebugMode()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBaselineDebugModeOSR.cpp208 uint8_t* retAddr = frame.returnAddressToFp(); in CollectJitStackScripts() local
210 script->baselineScript()->icEntryFromReturnAddress(retAddr); in CollectJitStackScripts()
399 uint8_t* retAddr = in PatchBaselineFramesForDebugMode() local
404 target, prev->returnAddress(), retAddr); in PatchBaselineFramesForDebugMode()
405 prev->setReturnAddress(retAddr); in PatchBaselineFramesForDebugMode()
425 uint8_t* retAddr; in PatchBaselineFramesForDebugMode() local
427 retAddr = bl->nativeCodeForPC(script, pc); in PatchBaselineFramesForDebugMode()
429 retAddr = nullptr; in PatchBaselineFramesForDebugMode()
431 retAddr, script, pc); in PatchBaselineFramesForDebugMode()
433 target, prev->returnAddress(), retAddr); in PatchBaselineFramesForDebugMode()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBaselineDebugModeOSR.cpp220 uint8_t* retAddr = iter.returnAddressToFp(); in CollectJitStackScripts() local
419 uint8_t* retAddr = bl->returnAddressForIC(bl->icEntryFromPCOffset(pcOffset)); in PatchBaselineFramesForDebugMode() local
420 SpewPatchBaselineFrame(prev->returnAddress(), retAddr, script, kind, pc); in PatchBaselineFramesForDebugMode()
422 cx, prev->returnAddress(), retAddr); in PatchBaselineFramesForDebugMode()
423 prev->setReturnAddress(retAddr); in PatchBaselineFramesForDebugMode()
443 uint8_t* retAddr; in PatchBaselineFramesForDebugMode() local
445 retAddr = bl->nativeCodeForPC(script, pc); in PatchBaselineFramesForDebugMode()
447 retAddr = nullptr; in PatchBaselineFramesForDebugMode()
448 SpewPatchBaselineFrameFromExceptionHandler(prev->returnAddress(), retAddr, in PatchBaselineFramesForDebugMode()
451 cx, prev->returnAddress(), retAddr); in PatchBaselineFramesForDebugMode()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C17 void *retAddr[p1]; in fillStack() local
18 fn1(retAddr); in fillStack()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C17 void *retAddr[p1]; in fillStack() local
18 fn1(retAddr); in fillStack()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C16 void *retAddr[p1]; in fillStack() local
17 fn1(retAddr); in fillStack()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C17 void *retAddr[p1]; in fillStack() local
18 fn1(retAddr); in fillStack()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C17 void *retAddr[p1]; in fillStack() local
18 fn1(retAddr); in fillStack()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C17 void *retAddr[p1]; in fillStack() local
18 fn1(retAddr); in fillStack()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C17 void *retAddr[p1]; in fillStack() local
18 fn1(retAddr); in fillStack()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C17 void *retAddr[p1]; in fillStack() local
18 fn1(retAddr); in fillStack()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C17 void *retAddr[p1]; in fillStack() local
18 fn1(retAddr); in fillStack()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C17 void *retAddr[p1]; in fillStack() local
18 fn1(retAddr); in fillStack()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C17 void *retAddr[p1]; in fillStack() local
18 fn1(retAddr); in fillStack()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr67055.C17 void *retAddr[p1]; in fillStack() local
18 fn1(retAddr); in fillStack()

1234567891011