Home
last modified time | relevance | path

Searched refs:event_to_env (Results 1 – 21 of 21) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dsadis.c163 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
290 &event_to_env, (void*) &denv, in Java_sun_jvm_hotspot_asm_Disassembler_decode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/native/
H A Dsadis.c186 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
284 &event_to_env, (void*) &denv, in Java_sun_jvm_hotspot_asm_Disassembler_decode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/native/
H A Dsadis.c186 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
284 &event_to_env, (void*) &denv, in Java_sun_jvm_hotspot_asm_Disassembler_decode()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dsadis.c214 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
341 &event_to_env, (void*) &denv, in Java_sun_jvm_hotspot_asm_Disassembler_decode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dsadis.c214 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
341 &event_to_env, (void*) &denv, in Java_sun_jvm_hotspot_asm_Disassembler_decode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dsadis.c214 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
341 &event_to_env, (void*) &denv, in Java_sun_jvm_hotspot_asm_Disassembler_decode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dsadis.c214 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
341 &event_to_env, (void*) &denv, in Java_sun_jvm_hotspot_asm_Disassembler_decode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dsadis.c214 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
341 &event_to_env, (void*) &denv, in Java_sun_jvm_hotspot_asm_Disassembler_decode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dsadis.c214 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
341 &event_to_env, (void*) &denv, in Java_sun_jvm_hotspot_asm_Disassembler_decode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dsadis.c214 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
341 &event_to_env, (void*) &denv, in Java_sun_jvm_hotspot_asm_Disassembler_decode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp420 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
494 &event_to_env, (void*) this, in decode_instructions()
500 &event_to_env, (void*) this, in decode_instructions()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp420 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
494 &event_to_env, (void*) this, in decode_instructions()
500 &event_to_env, (void*) this, in decode_instructions()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp405 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
479 &event_to_env, (void*) this, in decode_instructions()
485 &event_to_env, (void*) this, in decode_instructions()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp405 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
479 &event_to_env, (void*) this, in decode_instructions()
485 &event_to_env, (void*) this, in decode_instructions()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/
H A Ddisassembler.cpp538 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
612 &event_to_env, (void*) this, in decode_instructions()
618 &event_to_env, (void*) this, in decode_instructions()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp590 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
773 &event_to_env, (void*) this, in decode_instructions()
779 &event_to_env, (void*) this, in decode_instructions()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp593 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
776 &event_to_env, (void*) this, in decode_instructions()
782 &event_to_env, (void*) this, in decode_instructions()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp593 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
776 &event_to_env, (void*) this, in decode_instructions()
782 &event_to_env, (void*) this, in decode_instructions()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp571 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
749 &event_to_env, (void*) this, in decode_instructions()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp569 static void* event_to_env(void* env_pv, const char* event, void* arg) { in event_to_env() function
747 &event_to_env, (void*) this, in decode_instructions()
/dports/sysutils/direvent/direvent-5.2/
H A DChangeLog909 * src/progman.c (event_to_env): Remove function.
983 (event_to_env): New static.
985 Use event_to_env to construct the environment.