Home
last modified time | relevance | path

Searched refs:newPC (Results 1 – 25 of 108) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/RuntimePermission/
H A DExitVM.java91 PermissionCollection newPC = newWildcard.newPermissionCollection(); in main() local
92 newPC.add(newWildcard); in main()
95 if (!newPC.implies(other)) { in main()
100 if (!newPC.implies(new RuntimePermission("exitVM.*"))) { in main()
105 if (!newPC.implies(oldWildcard)) { in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/RuntimePermission/
H A DExitVM.java91 PermissionCollection newPC = newWildcard.newPermissionCollection(); in main() local
92 newPC.add(newWildcard); in main()
95 if (!newPC.implies(other)) { in main()
100 if (!newPC.implies(new RuntimePermission("exitVM.*"))) { in main()
105 if (!newPC.implies(oldWildcard)) { in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/RuntimePermission/
H A DExitVM.java91 PermissionCollection newPC = newWildcard.newPermissionCollection(); in main() local
92 newPC.add(newWildcard); in main()
95 if (!newPC.implies(other)) { in main()
100 if (!newPC.implies(new RuntimePermission("exitVM.*"))) { in main()
105 if (!newPC.implies(oldWildcard)) { in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/RuntimePermission/
H A DExitVM.java91 PermissionCollection newPC = newWildcard.newPermissionCollection(); in main() local
92 newPC.add(newWildcard); in main()
95 if (!newPC.implies(other)) { in main()
100 if (!newPC.implies(new RuntimePermission("exitVM.*"))) { in main()
105 if (!newPC.implies(oldWildcard)) { in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/RuntimePermission/
H A DExitVM.java91 PermissionCollection newPC = newWildcard.newPermissionCollection(); in main() local
92 newPC.add(newWildcard); in main()
95 if (!newPC.implies(other)) { in main()
100 if (!newPC.implies(new RuntimePermission("exitVM.*"))) { in main()
105 if (!newPC.implies(oldWildcard)) { in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/RuntimePermission/
H A DExitVM.java91 PermissionCollection newPC = newWildcard.newPermissionCollection(); in main() local
92 newPC.add(newWildcard); in main()
95 if (!newPC.implies(other)) { in main()
100 if (!newPC.implies(new RuntimePermission("exitVM.*"))) { in main()
105 if (!newPC.implies(oldWildcard)) { in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/RuntimePermission/
H A DExitVM.java91 PermissionCollection newPC = newWildcard.newPermissionCollection(); in main() local
92 newPC.add(newWildcard); in main()
95 if (!newPC.implies(other)) { in main()
100 if (!newPC.implies(new RuntimePermission("exitVM.*"))) { in main()
105 if (!newPC.implies(oldWildcard)) { in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/RuntimePermission/
H A DExitVM.java91 PermissionCollection newPC = newWildcard.newPermissionCollection(); in main() local
92 newPC.add(newWildcard); in main()
95 if (!newPC.implies(other)) { in main()
100 if (!newPC.implies(new RuntimePermission("exitVM.*"))) { in main()
105 if (!newPC.implies(oldWildcard)) { in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/RuntimePermission/
H A DExitVM.java91 PermissionCollection newPC = newWildcard.newPermissionCollection(); in main() local
92 newPC.add(newWildcard); in main()
95 if (!newPC.implies(other)) { in main()
100 if (!newPC.implies(new RuntimePermission("exitVM.*"))) { in main()
105 if (!newPC.implies(oldWildcard)) { in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/RuntimePermission/
H A DExitVM.java91 PermissionCollection newPC = newWildcard.newPermissionCollection(); in main() local
92 newPC.add(newWildcard); in main()
95 if (!newPC.implies(other)) { in main()
100 if (!newPC.implies(new RuntimePermission("exitVM.*"))) { in main()
105 if (!newPC.implies(oldWildcard)) { in main()
/dports/emulators/bsvc/bsvc-2.4.6/samples/m68360/gdb6/
H A Dmstub.c202 int newPC; in process_step_or_continue() local
210 newPC = registers[PC]; in process_step_or_continue()
227 if (frame->exceptionPC == newPC) in process_step_or_continue()
258 newPC = registers[ PC ]; /* pc may have changed */ in process_step_or_continue()
259 if (newPC != frame->exceptionPC) in process_step_or_continue()
/dports/emulators/bsvc/bsvc-2.4.6/samples/m68360/gdb7/
H A Dmstub.c202 int newPC; in process_step_or_continue() local
210 newPC = registers[PC]; in process_step_or_continue()
227 if (frame->exceptionPC == newPC) in process_step_or_continue()
258 newPC = registers[ PC ]; /* pc may have changed */ in process_step_or_continue()
259 if (newPC != frame->exceptionPC) in process_step_or_continue()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dm68k-stub.c821 int newPC; in handle_exception() local
934 newPC = registers[PC]; in handle_exception()
949 printf ("new pc = 0x%x\n", newPC); in handle_exception()
956 if (frame->exceptionPC == newPC) in handle_exception()
964 (frame->exceptionPC == (newPC + 2))) in handle_exception()
991 newPC = registers[PC]; /* pc may have changed */ in handle_exception()
992 if (newPC != frame->exceptionPC) in handle_exception()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dm68k-stub.c821 int newPC; in handle_exception() local
934 newPC = registers[PC]; in handle_exception()
949 printf ("new pc = 0x%x\n", newPC); in handle_exception()
956 if (frame->exceptionPC == newPC) in handle_exception()
964 (frame->exceptionPC == (newPC + 2))) in handle_exception()
991 newPC = registers[PC]; /* pc may have changed */ in handle_exception()
992 if (newPC != frame->exceptionPC) in handle_exception()
/dports/devel/gdb/gdb-11.1/gdb/stubs/
H A Dm68k-stub.c821 int newPC; in handle_exception() local
934 newPC = registers[PC]; in handle_exception()
949 printf ("new pc = 0x%x\n", newPC); in handle_exception()
956 if (frame->exceptionPC == newPC) in handle_exception()
964 (frame->exceptionPC == (newPC + 2))) in handle_exception()
991 newPC = registers[PC]; /* pc may have changed */ in handle_exception()
992 if (newPC != frame->exceptionPC) in handle_exception()
/dports/devel/gdb761/gdb-7.6.1/gdb/stubs/
H A Dm68k-stub.c821 int newPC; in handle_exception() local
934 newPC = registers[PC]; in handle_exception()
949 printf ("new pc = 0x%x\n", newPC); in handle_exception()
956 if (frame->exceptionPC == newPC) in handle_exception()
964 (frame->exceptionPC == (newPC + 2))) in handle_exception()
991 newPC = registers[PC]; /* pc may have changed */ in handle_exception()
992 if (newPC != frame->exceptionPC) in handle_exception()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dm68k-stub.c821 int newPC; in handle_exception() local
934 newPC = registers[PC]; in handle_exception()
949 printf ("new pc = 0x%x\n", newPC); in handle_exception()
956 if (frame->exceptionPC == newPC) in handle_exception()
964 (frame->exceptionPC == (newPC + 2))) in handle_exception()
991 newPC = registers[PC]; /* pc may have changed */ in handle_exception()
992 if (newPC != frame->exceptionPC) in handle_exception()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/m68k/
H A Dmvme-stub.c483 int newPC; in handle_exception() local
595 newPC = registers[ PC]; in handle_exception()
608 if (remote_debug) printf("new pc = 0x%x\n",newPC); in handle_exception()
616 if (frame->exceptionPC == newPC) break; /* bingo! a match */ in handle_exception()
623 (frame->exceptionPC == (newPC+2))) break; in handle_exception()
649 newPC = registers[ PC ]; /* pc may have changed */ in handle_exception()
650 if (newPC != frame->exceptionPC) in handle_exception()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/m68k/
H A Dmvme-stub.c483 int newPC; in handle_exception() local
595 newPC = registers[ PC]; in handle_exception()
608 if (remote_debug) printf("new pc = 0x%x\n",newPC); in handle_exception()
616 if (frame->exceptionPC == newPC) break; /* bingo! a match */ in handle_exception()
623 (frame->exceptionPC == (newPC+2))) break; in handle_exception()
649 newPC = registers[ PC ]; /* pc may have changed */ in handle_exception()
650 if (newPC != frame->exceptionPC) in handle_exception()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/m68k/
H A Dmvme-stub.c483 int newPC; in handle_exception() local
595 newPC = registers[ PC]; in handle_exception()
608 if (remote_debug) printf("new pc = 0x%x\n",newPC); in handle_exception()
616 if (frame->exceptionPC == newPC) break; /* bingo! a match */ in handle_exception()
623 (frame->exceptionPC == (newPC+2))) break; in handle_exception()
649 newPC = registers[ PC ]; /* pc may have changed */ in handle_exception()
650 if (newPC != frame->exceptionPC) in handle_exception()
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/m68000/
H A Dm68kinterface.c268 uint32_t vector, sr, newPC; in m68ki_exception_interrupt() local
304 newPC = m68k_read_memory_32(vector << 2); in m68ki_exception_interrupt()
307 if (newPC == 0) in m68ki_exception_interrupt()
308 newPC = m68k_read_memory_32(EXCEPTION_UNINITIALIZED_INTERRUPT << 2); in m68ki_exception_interrupt()
313 m68k_setpc(newPC); in m68ki_exception_interrupt()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmSignalHandlers.h54 uint32_t numBytes, uint8_t** newPC);
58 bool HandleIllegalInstruction(const RegisterState& regs, uint8_t** newPC);
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmSignalHandlers.h54 uint32_t numBytes, uint8_t** newPC);
58 bool HandleIllegalInstruction(const RegisterState& regs, uint8_t** newPC);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmSignalHandlers.h54 uint32_t numBytes, uint8_t** newPC);
58 bool HandleIllegalInstruction(const RegisterState& regs, uint8_t** newPC);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmSignalHandlers.h56 uint32_t numBytes, uint8_t** newPC);
60 bool HandleIllegalInstruction(const RegisterState& regs, uint8_t** newPC);

12345