Home
last modified time | relevance | path

Searched refs:store_at_resolved (Results 1 – 25 of 96) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/c2/
H A DmodRefBarrierSetC2.cpp33 Node* ModRefBarrierSetC2::store_at_resolved(C2Access& access, C2AccessValue& val) const { in store_at_resolved() function in ModRefBarrierSetC2
46 return BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
54 Node* store = BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
H A DmodRefBarrierSetC2.hpp55 virtual Node* store_at_resolved(C2Access& access, C2AccessValue& val) const;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/c2/
H A DmodRefBarrierSetC2.cpp33 Node* ModRefBarrierSetC2::store_at_resolved(C2Access& access, C2AccessValue& val) const { in store_at_resolved() function in ModRefBarrierSetC2
46 return BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
54 Node* store = BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/c2/
H A DmodRefBarrierSetC2.cpp33 Node* ModRefBarrierSetC2::store_at_resolved(C2Access& access, C2AccessValue& val) const { in store_at_resolved() function in ModRefBarrierSetC2
46 return BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
58 Node* store = BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/c2/
H A DmodRefBarrierSetC2.cpp33 Node* ModRefBarrierSetC2::store_at_resolved(C2Access& access, C2AccessValue& val) const { in store_at_resolved() function in ModRefBarrierSetC2
46 return BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
58 Node* store = BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/c2/
H A DmodRefBarrierSetC2.cpp33 Node* ModRefBarrierSetC2::store_at_resolved(C2Access& access, C2AccessValue& val) const { in store_at_resolved() function in ModRefBarrierSetC2
46 return BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
58 Node* store = BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/c2/
H A DmodRefBarrierSetC2.cpp33 Node* ModRefBarrierSetC2::store_at_resolved(C2Access& access, C2AccessValue& val) const { in store_at_resolved() function in ModRefBarrierSetC2
46 return BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
58 Node* store = BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/c2/
H A DmodRefBarrierSetC2.cpp33 Node* ModRefBarrierSetC2::store_at_resolved(C2Access& access, C2AccessValue& val) const { in store_at_resolved() function in ModRefBarrierSetC2
46 return BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
58 Node* store = BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/c2/
H A DmodRefBarrierSetC2.cpp33 Node* ModRefBarrierSetC2::store_at_resolved(C2Access& access, C2AccessValue& val) const { in store_at_resolved() function in ModRefBarrierSetC2
46 return BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
58 Node* store = BarrierSetC2::store_at_resolved(access, val); in store_at_resolved()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp35 void ModRefBarrierSetC1::store_at_resolved(LIRAccess& access, LIR_Opr value) { in store_at_resolved() function in ModRefBarrierSetC1
45 BarrierSetC1::store_at_resolved(access, value); in store_at_resolved()
H A DmodRefBarrierSetC1.hpp43 virtual void store_at_resolved(LIRAccess& access, LIR_Opr value);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp35 void ModRefBarrierSetC1::store_at_resolved(LIRAccess& access, LIR_Opr value) { in store_at_resolved() function in ModRefBarrierSetC1
45 BarrierSetC1::store_at_resolved(access, value); in store_at_resolved()
H A DmodRefBarrierSetC1.hpp43 virtual void store_at_resolved(LIRAccess& access, LIR_Opr value);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp35 void ModRefBarrierSetC1::store_at_resolved(LIRAccess& access, LIR_Opr value) { in store_at_resolved() function in ModRefBarrierSetC1
45 BarrierSetC1::store_at_resolved(access, value); in store_at_resolved()
H A DmodRefBarrierSetC1.hpp43 virtual void store_at_resolved(LIRAccess& access, LIR_Opr value);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp35 void ModRefBarrierSetC1::store_at_resolved(LIRAccess& access, LIR_Opr value) { in store_at_resolved() function in ModRefBarrierSetC1
45 BarrierSetC1::store_at_resolved(access, value); in store_at_resolved()
H A DmodRefBarrierSetC1.hpp43 virtual void store_at_resolved(LIRAccess& access, LIR_Opr value);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp35 void ModRefBarrierSetC1::store_at_resolved(LIRAccess& access, LIR_Opr value) { in store_at_resolved() function in ModRefBarrierSetC1
45 BarrierSetC1::store_at_resolved(access, value); in store_at_resolved()
H A DmodRefBarrierSetC1.hpp43 virtual void store_at_resolved(LIRAccess& access, LIR_Opr value);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp35 void ModRefBarrierSetC1::store_at_resolved(LIRAccess& access, LIR_Opr value) { in store_at_resolved() function in ModRefBarrierSetC1
45 BarrierSetC1::store_at_resolved(access, value); in store_at_resolved()
H A DmodRefBarrierSetC1.hpp43 virtual void store_at_resolved(LIRAccess& access, LIR_Opr value);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp35 void ModRefBarrierSetC1::store_at_resolved(LIRAccess& access, LIR_Opr value) { in store_at_resolved() function in ModRefBarrierSetC1
45 BarrierSetC1::store_at_resolved(access, value); in store_at_resolved()
H A DmodRefBarrierSetC1.hpp43 virtual void store_at_resolved(LIRAccess& access, LIR_Opr value);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp35 void ModRefBarrierSetC1::store_at_resolved(LIRAccess& access, LIR_Opr value) { in store_at_resolved() function in ModRefBarrierSetC1
45 BarrierSetC1::store_at_resolved(access, value); in store_at_resolved()
H A DmodRefBarrierSetC1.hpp43 virtual void store_at_resolved(LIRAccess& access, LIR_Opr value);

1234