Home
last modified time | relevance | path

Searched refs:_fast_iputfield (Results 1 – 25 of 95) sorted by relevance

1234

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp264 _fast_iputfield , enumerator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp264 _fast_iputfield , enumerator
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp264 _fast_iputfield , enumerator
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp264 _fast_iputfield , enumerator
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp264 _fast_iputfield , enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp264 _fast_iputfield , enumerator
H A Dbytecodes.cpp506 …def(_fast_iputfield , "fast_iputfield" , "bJJ" , NULL , T_INT , 0, true , _putfi… in initialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp264 _fast_iputfield , enumerator
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dbytecodes.hpp264 _fast_iputfield , enumerator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp263 _fast_iputfield , enumerator
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp263 _fast_iputfield , enumerator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java260 public static final int _fast_iputfield = 217; field in Bytecodes
784 …def(_fast_iputfield , "fast_iputfield" , "bJJ" , null , BasicType.getTInt() , 0,…
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java260 public static final int _fast_iputfield = 217; field in Bytecodes
784 …def(_fast_iputfield , "fast_iputfield" , "bJJ" , null , BasicType.getTInt() , 0,…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java260 public static final int _fast_iputfield = 217; field in Bytecodes
790 …def(_fast_iputfield , "fast_iputfield" , "bJJ" , null , BasicType.getTInt() , 0,…
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java260 public static final int _fast_iputfield = 217; field in Bytecodes
790 …def(_fast_iputfield , "fast_iputfield" , "bJJ" , null , BasicType.getTInt() , 0,…
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java262 public static final int _fast_iputfield = 217; field in Bytecodes
792 …def(_fast_iputfield , "fast_iputfield" , "bJJ" , null , BasicType.getTInt() , 0,…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java262 public static final int _fast_iputfield = 217; field in Bytecodes
792 …def(_fast_iputfield , "fast_iputfield" , "bJJ" , null , BasicType.getTInt() , 0,…
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java262 public static final int _fast_iputfield = 217; field in Bytecodes
792 …def(_fast_iputfield , "fast_iputfield" , "bJJ" , null , BasicType.getTInt() , 0,…
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java260 public static final int _fast_iputfield = 217; field in Bytecodes
790 …def(_fast_iputfield , "fast_iputfield" , "bJJ" , null , BasicType.getTInt() , 0,…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java260 public static final int _fast_iputfield = 217; field in Bytecodes
790 …def(_fast_iputfield , "fast_iputfield" , "bJJ" , null , BasicType.getTInt() , 0,…
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java260 public static final int _fast_iputfield = 217; field in Bytecodes
790 …def(_fast_iputfield , "fast_iputfield" , "bJJ" , null , BasicType.getTInt() , 0,…
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp219 case Bytecodes::_fast_iputfield: in patch_bytecode()
2532 patch_bytecode(Bytecodes::_fast_iputfield, rcx, rbx, true, byte_no); in putfield_or_static()
2697 case Bytecodes::_fast_iputfield: __ push_i(rax); break; in jvmti_post_fast_field_mod()
2720 case Bytecodes::_fast_iputfield: __ pop_i(rax); break; in jvmti_post_fast_field_mod()
2773 case Bytecodes::_fast_iputfield: __ movl(lo, rax); break; in fast_storefield()
2809 case Bytecodes::_fast_iputfield: __ movl(lo, rax); break; in fast_storefield()
H A DtemplateTable_x86_64.cpp222 case Bytecodes::_fast_iputfield: in patch_bytecode()
2591 patch_bytecode(Bytecodes::_fast_iputfield, bc, rbx, true, byte_no); in putfield_or_static()
2717 case Bytecodes::_fast_iputfield: __ push_i(rax); break; in jvmti_post_fast_field_mod()
2743 case Bytecodes::_fast_iputfield: __ pop_i(rax); break; in jvmti_post_fast_field_mod()
2793 case Bytecodes::_fast_iputfield: in fast_storefield()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp219 case Bytecodes::_fast_iputfield: in patch_bytecode()
2532 patch_bytecode(Bytecodes::_fast_iputfield, rcx, rbx, true, byte_no); in putfield_or_static()
2697 case Bytecodes::_fast_iputfield: __ push_i(rax); break; in jvmti_post_fast_field_mod()
2720 case Bytecodes::_fast_iputfield: __ pop_i(rax); break; in jvmti_post_fast_field_mod()
2773 case Bytecodes::_fast_iputfield: __ movl(lo, rax); break; in fast_storefield()
2809 case Bytecodes::_fast_iputfield: __ movl(lo, rax); break; in fast_storefield()
H A DtemplateTable_x86_64.cpp222 case Bytecodes::_fast_iputfield: in patch_bytecode()
2591 patch_bytecode(Bytecodes::_fast_iputfield, bc, rbx, true, byte_no); in putfield_or_static()
2717 case Bytecodes::_fast_iputfield: __ push_i(rax); break; in jvmti_post_fast_field_mod()
2743 case Bytecodes::_fast_iputfield: __ pop_i(rax); break; in jvmti_post_fast_field_mod()
2793 case Bytecodes::_fast_iputfield: in fast_storefield()

1234