Home
last modified time | relevance | path

Searched defs:call_opcode (Results 1 – 5 of 5) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp168 int call_opcode = instruction_address()[0]; in set_destination_mt_safe() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp168 int call_opcode = instruction_address()[0]; in set_destination_mt_safe() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DnativeInst_x86.cpp283 int call_opcode = instruction_address()[0]; in set_destination_mt_safe() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DnativeInst_x86.cpp283 int call_opcode = instruction_address()[0]; in set_destination_mt_safe() local
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmethod-to-ir.c7000 …oCompile *cfg, MonoMethod *method, MonoMethod *cmethod, MonoMethodSignature *fsig, int call_opcode) in is_supported_tail_call()
8306 guint32 call_opcode = *ip; in mono_method_to_ir() local