Home
last modified time | relevance | path

Searched refs:entry_sp (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/mach/i386/
H A Dsysdep.h28 #define SNARF_ARGS(entry_sp, argc, argv, envp) \ argument
32 argc = (int) *entry_sp; \
33 argv = (char **) (entry_sp + 1); \
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/mach/i386/
H A Dsysdep.h28 #define SNARF_ARGS(entry_sp, argc, argv, envp) \ argument
32 argc = (int) *entry_sp; \
33 argv = (char **) (entry_sp + 1); \
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A DmethodHandles_arm.cpp475 intptr_t* entry_sp = (intptr_t*) &saved_regs[trace_mh_nregs]; // just after the saved regs in trace_method_handle_stub() local
485 …(intptr_t)entry_sp, (intptr_t)saved_sp - (intptr_t)entry_sp, (intptr_t)(base_sp - last_sp), (intpt… in trace_method_handle_stub()
517 frame dump_frame((intptr_t *)entry_sp, dump_fp, dump_pc); in trace_method_handle_stub()
522 if ((saved_sp >= entry_sp - UNREASONABLE_STACK_MOVE) && (saved_sp < dump_fp)) { in trace_method_handle_stub()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/
H A DmethodHandles_arm.cpp475 intptr_t* entry_sp = (intptr_t*) &saved_regs[trace_mh_nregs]; // just after the saved regs in trace_method_handle_stub() local
485 …(intptr_t)entry_sp, (intptr_t)saved_sp - (intptr_t)entry_sp, (intptr_t)(base_sp - last_sp), (intpt… in trace_method_handle_stub()
517 frame dump_frame((intptr_t *)entry_sp, dump_fp, dump_pc); in trace_method_handle_stub()
522 if ((saved_sp >= entry_sp - UNREASONABLE_STACK_MOVE) && (saved_sp < dump_fp)) { in trace_method_handle_stub()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A DmethodHandles_arm.cpp479 intptr_t* entry_sp = (intptr_t*) &saved_regs[trace_mh_nregs]; // just after the saved regs in trace_method_handle_stub() local
491 …(intptr_t)entry_sp, (intptr_t)saved_sp - (intptr_t)entry_sp, (intptr_t)(base_sp - last_sp), (intpt… in trace_method_handle_stub()
525 frame dump_frame((intptr_t *)entry_sp, dump_fp, dump_pc); in trace_method_handle_stub()
530 if ((saved_sp >= entry_sp - UNREASONABLE_STACK_MOVE) && (saved_sp < dump_fp)) { in trace_method_handle_stub()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A DmethodHandles_arm.cpp481 intptr_t* entry_sp = (intptr_t*) &saved_regs[trace_mh_nregs]; // just after the saved regs in trace_method_handle_stub() local
493 …(intptr_t)entry_sp, (intptr_t)saved_sp - (intptr_t)entry_sp, (intptr_t)(base_sp - last_sp), (intpt… in trace_method_handle_stub()
528 frame dump_frame((intptr_t *)entry_sp, dump_fp, dump_pc); in trace_method_handle_stub()
533 if ((saved_sp >= entry_sp - UNREASONABLE_STACK_MOVE) && (saved_sp < dump_fp)) { in trace_method_handle_stub()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A DmethodHandles_arm.cpp476 intptr_t* entry_sp = (intptr_t*) &saved_regs[trace_mh_nregs]; // just after the saved regs in trace_method_handle_stub() local
486 …(intptr_t)entry_sp, (intptr_t)saved_sp - (intptr_t)entry_sp, (intptr_t)(base_sp - last_sp), (intpt… in trace_method_handle_stub()
517 frame dump_frame((intptr_t *)entry_sp, dump_fp, dump_pc); in trace_method_handle_stub()
522 if ((saved_sp >= entry_sp - UNREASONABLE_STACK_MOVE) && (saved_sp < dump_fp)) { in trace_method_handle_stub()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A DmethodHandles_arm.cpp475 intptr_t* entry_sp = (intptr_t*) &saved_regs[trace_mh_nregs]; // just after the saved regs in trace_method_handle_stub() local
485 …(intptr_t)entry_sp, (intptr_t)saved_sp - (intptr_t)entry_sp, (intptr_t)(base_sp - last_sp), (intpt… in trace_method_handle_stub()
517 frame dump_frame((intptr_t *)entry_sp, dump_fp, dump_pc); in trace_method_handle_stub()
522 if ((saved_sp >= entry_sp - UNREASONABLE_STACK_MOVE) && (saved_sp < dump_fp)) { in trace_method_handle_stub()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A DmethodHandles_arm.cpp503 intptr_t* entry_sp = (intptr_t*) &saved_regs[trace_mh_nregs]; // just after the saved regs in trace_method_handle_stub() local
513 …(intptr_t)entry_sp, (intptr_t)saved_sp - (intptr_t)entry_sp, (intptr_t)(base_sp - last_sp), (intpt… in trace_method_handle_stub()
549 frame dump_frame((intptr_t *)entry_sp, dump_fp, dump_pc); in trace_method_handle_stub()
554 if ((saved_sp >= entry_sp - UNREASONABLE_STACK_MOVE) && (saved_sp < dump_fp)) { in trace_method_handle_stub()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DmethodHandles_x86.cpp495 intptr_t* entry_sp) { in trace_method_handle_stub() argument
502 p2i(mh), p2i(entry_sp)); in trace_method_handle_stub()
566 values.describe(-1, entry_sp, "raw top of stack"); in trace_method_handle_stub()
588 intptr_t* entry_sp; member
594 args->entry_sp); in trace_method_handle_stub_wrapper()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DmethodHandles_x86.cpp495 intptr_t* entry_sp) { in trace_method_handle_stub() argument
502 p2i(mh), p2i(entry_sp)); in trace_method_handle_stub()
566 values.describe(-1, entry_sp, "raw top of stack"); in trace_method_handle_stub()
588 intptr_t* entry_sp; member
594 args->entry_sp); in trace_method_handle_stub_wrapper()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A DmethodHandles_x86.cpp494 intptr_t* entry_sp) { in trace_method_handle_stub() argument
501 p2i(mh), p2i(entry_sp)); in trace_method_handle_stub()
565 values.describe(-1, entry_sp, "raw top of stack"); in trace_method_handle_stub()
587 intptr_t* entry_sp; member
593 args->entry_sp); in trace_method_handle_stub_wrapper()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A DmethodHandles_x86.cpp505 intptr_t* entry_sp) { in trace_method_handle_stub() argument
510 …ndles)("MH %s %s=" PTR_FORMAT " sp=" PTR_FORMAT, adaptername, mh_reg_name, p2i(mh), p2i(entry_sp)); in trace_method_handle_stub()
587 values.describe(-1, entry_sp, "raw top of stack"); in trace_method_handle_stub()
608 intptr_t* entry_sp; member
614 args->entry_sp); in trace_method_handle_stub_wrapper()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A DmethodHandles_arm.cpp503 intptr_t* entry_sp = (intptr_t*) &saved_regs[trace_mh_nregs]; // just after the saved regs in trace_method_handle_stub() local
513 …(intptr_t)entry_sp, (intptr_t)saved_sp - (intptr_t)entry_sp, (intptr_t)(base_sp - last_sp), (intpt… in trace_method_handle_stub()
549 frame dump_frame((intptr_t *)entry_sp, dump_fp, dump_pc); in trace_method_handle_stub()
554 if ((saved_sp >= entry_sp - UNREASONABLE_STACK_MOVE) && (saved_sp < dump_fp)) { in trace_method_handle_stub()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A DmethodHandles_x86.cpp494 intptr_t* entry_sp) { in trace_method_handle_stub() argument
501 p2i(mh), p2i(entry_sp)); in trace_method_handle_stub()
565 values.describe(-1, entry_sp, "raw top of stack"); in trace_method_handle_stub()
587 intptr_t* entry_sp; member
593 args->entry_sp); in trace_method_handle_stub_wrapper()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A DmethodHandles_x86.cpp495 intptr_t* entry_sp) { in trace_method_handle_stub() argument
502 p2i(mh), p2i(entry_sp)); in trace_method_handle_stub()
576 values.describe(-1, entry_sp, "raw top of stack"); in trace_method_handle_stub()
597 intptr_t* entry_sp; member
603 args->entry_sp); in trace_method_handle_stub_wrapper()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A DmethodHandles_x86.cpp494 intptr_t* entry_sp) { in trace_method_handle_stub() argument
501 p2i(mh), p2i(entry_sp)); in trace_method_handle_stub()
565 values.describe(-1, entry_sp, "raw top of stack"); in trace_method_handle_stub()
587 intptr_t* entry_sp; member
593 args->entry_sp); in trace_method_handle_stub_wrapper()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp481 intptr_t* entry_sp) { in trace_method_handle_stub() argument
488 (void *)mh, entry_sp); in trace_method_handle_stub()
552 values.describe(-1, entry_sp, "raw top of stack"); in trace_method_handle_stub()
574 intptr_t* entry_sp; member
580 args->entry_sp); in trace_method_handle_stub_wrapper()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp481 intptr_t* entry_sp) { in trace_method_handle_stub() argument
488 (void *)mh, entry_sp); in trace_method_handle_stub()
552 values.describe(-1, entry_sp, "raw top of stack"); in trace_method_handle_stub()
574 intptr_t* entry_sp; member
580 args->entry_sp); in trace_method_handle_stub_wrapper()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A DmethodHandles_x86.cpp508 intptr_t* entry_sp) { in trace_method_handle_stub() argument
513 …ndles)("MH %s %s=" PTR_FORMAT " sp=" PTR_FORMAT, adaptername, mh_reg_name, p2i(mh), p2i(entry_sp)); in trace_method_handle_stub()
598 values.describe(-1, entry_sp, "raw top of stack"); in trace_method_handle_stub()
619 intptr_t* entry_sp; member
625 args->entry_sp); in trace_method_handle_stub_wrapper()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1430 StructuredData::DictionarySP entry_sp = in ExtractCrashInfoAnnotations() local
1433 entry_sp->AddStringItem("image", module->GetFileSpec().GetPath(false)); in ExtractCrashInfoAnnotations()
1434 entry_sp->AddStringItem("uuid", module->GetUUID().GetAsString()); in ExtractCrashInfoAnnotations()
1435 entry_sp->AddStringItem("message", message); in ExtractCrashInfoAnnotations()
1436 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()
1437 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()
1439 array_sp->AddItem(entry_sp); in ExtractCrashInfoAnnotations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1498 StructuredData::DictionarySP entry_sp = in ExtractCrashInfoAnnotations() local
1501 entry_sp->AddStringItem("image", module->GetFileSpec().GetPath(false)); in ExtractCrashInfoAnnotations()
1502 entry_sp->AddStringItem("uuid", module->GetUUID().GetAsString()); in ExtractCrashInfoAnnotations()
1503 entry_sp->AddStringItem("message", message); in ExtractCrashInfoAnnotations()
1504 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()
1505 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()
1507 array_sp->AddItem(entry_sp); in ExtractCrashInfoAnnotations()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1498 StructuredData::DictionarySP entry_sp = in ExtractCrashInfoAnnotations() local
1501 entry_sp->AddStringItem("image", module->GetFileSpec().GetPath(false)); in ExtractCrashInfoAnnotations()
1502 entry_sp->AddStringItem("uuid", module->GetUUID().GetAsString()); in ExtractCrashInfoAnnotations()
1503 entry_sp->AddStringItem("message", message); in ExtractCrashInfoAnnotations()
1504 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()
1505 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()
1507 array_sp->AddItem(entry_sp); in ExtractCrashInfoAnnotations()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1498 StructuredData::DictionarySP entry_sp = in ExtractCrashInfoAnnotations() local
1501 entry_sp->AddStringItem("image", module->GetFileSpec().GetPath(false)); in ExtractCrashInfoAnnotations()
1502 entry_sp->AddStringItem("uuid", module->GetUUID().GetAsString()); in ExtractCrashInfoAnnotations()
1503 entry_sp->AddStringItem("message", message); in ExtractCrashInfoAnnotations()
1504 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()
1505 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()
1507 array_sp->AddItem(entry_sp); in ExtractCrashInfoAnnotations()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1498 StructuredData::DictionarySP entry_sp = in ExtractCrashInfoAnnotations() local
1501 entry_sp->AddStringItem("image", module->GetFileSpec().GetPath(false)); in ExtractCrashInfoAnnotations()
1502 entry_sp->AddStringItem("uuid", module->GetUUID().GetAsString()); in ExtractCrashInfoAnnotations()
1503 entry_sp->AddStringItem("message", message); in ExtractCrashInfoAnnotations()
1504 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()
1505 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()
1507 array_sp->AddItem(entry_sp); in ExtractCrashInfoAnnotations()

123