/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.hpp | 38 const DecoratorSet C2_UNALIGNED = DECORATOR_LAST << 2; variable
|
H A D | barrierSetC2.cpp | 76 bool unaligned = (decorators & C2_UNALIGNED) != 0; in store_at_resolved() 105 bool unaligned = (decorators & C2_UNALIGNED) != 0; in load_at_resolved()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.hpp | 38 const DecoratorSet C2_UNALIGNED = DECORATOR_LAST << 2; variable
|
H A D | barrierSetC2.cpp | 76 bool unaligned = (decorators & C2_UNALIGNED) != 0; in store_at_resolved() 105 bool unaligned = (decorators & C2_UNALIGNED) != 0; in load_at_resolved()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.hpp | 39 const DecoratorSet C2_UNALIGNED = DECORATOR_LAST << 2; variable
|
H A D | barrierSetC2.cpp | 83 bool unaligned = (decorators & C2_UNALIGNED) != 0; in store_at_resolved() 140 bool unaligned = (decorators & C2_UNALIGNED) != 0; in load_at_resolved()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.hpp | 39 const DecoratorSet C2_UNALIGNED = DECORATOR_LAST << 2; variable
|
H A D | barrierSetC2.cpp | 84 bool unaligned = (decorators & C2_UNALIGNED) != 0; in store_at_resolved() 141 bool unaligned = (decorators & C2_UNALIGNED) != 0; in load_at_resolved()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.hpp | 39 const DecoratorSet C2_UNALIGNED = DECORATOR_LAST << 2; variable
|
H A D | barrierSetC2.cpp | 83 bool unaligned = (decorators & C2_UNALIGNED) != 0; in store_at_resolved() 140 bool unaligned = (decorators & C2_UNALIGNED) != 0; in load_at_resolved()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.hpp | 39 const DecoratorSet C2_UNALIGNED = DECORATOR_LAST << 2; variable
|
H A D | barrierSetC2.cpp | 83 bool unaligned = (decorators & C2_UNALIGNED) != 0; in store_at_resolved() 140 bool unaligned = (decorators & C2_UNALIGNED) != 0; in load_at_resolved()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.hpp | 39 const DecoratorSet C2_UNALIGNED = DECORATOR_LAST << 2; variable
|
H A D | barrierSetC2.cpp | 77 bool unaligned = (decorators & C2_UNALIGNED) != 0; in store_at_resolved() 133 bool unaligned = (decorators & C2_UNALIGNED) != 0; in load_at_resolved()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/c2/ |
H A D | barrierSetC2.hpp | 39 const DecoratorSet C2_UNALIGNED = DECORATOR_LAST << 2; variable
|
H A D | barrierSetC2.cpp | 77 bool unaligned = (decorators & C2_UNALIGNED) != 0; in store_at_resolved() 132 bool unaligned = (decorators & C2_UNALIGNED) != 0; in load_at_resolved()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/ |
H A D | library_call.cpp | 2386 decorators |= C2_UNALIGNED; in inline_unsafe_access()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/ |
H A D | library_call.cpp | 2386 decorators |= C2_UNALIGNED; in inline_unsafe_access()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/ |
H A D | library_call.cpp | 2384 decorators |= C2_UNALIGNED; in inline_unsafe_access()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/ |
H A D | library_call.cpp | 2344 decorators |= C2_UNALIGNED; in inline_unsafe_access()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/ |
H A D | library_call.cpp | 2167 decorators |= C2_UNALIGNED; in inline_unsafe_access()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/ |
H A D | library_call.cpp | 2387 decorators |= C2_UNALIGNED; in inline_unsafe_access()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/ |
H A D | library_call.cpp | 2372 decorators |= C2_UNALIGNED; in inline_unsafe_access()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/ |
H A D | library_call.cpp | 2224 decorators |= C2_UNALIGNED; in inline_unsafe_access()
|