Home | History | Annotate | Download | only in optimizing

Lines Matching refs:is_volatile

2014                          bool is_volatile,
2053 if (is_volatile) {
2076 bool is_volatile) {
2092 if (is_volatile) {
2106 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimInt, /* is_volatile */ false);
2109 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimInt, /* is_volatile */ true);
2112 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimLong, /* is_volatile */ false);
2115 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimLong, /* is_volatile */ true);
2118 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimNot, /* is_volatile */ false);
2121 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimNot, /* is_volatile */ true);
2126 GenUnsafeGet(invoke, Primitive::kPrimInt, /* is_volatile */ false, codegen_);
2129 GenUnsafeGet(invoke, Primitive::kPrimInt, /* is_volatile */ true, codegen_);
2132 GenUnsafeGet(invoke, Primitive::kPrimLong, /* is_volatile */ false, codegen_);
2135 GenUnsafeGet(invoke, Primitive::kPrimLong, /* is_volatile */ true, codegen_);
2138 GenUnsafeGet(invoke, Primitive::kPrimNot, /* is_volatile */ false, codegen_);
2141 GenUnsafeGet(invoke, Primitive::kPrimNot, /* is_volatile */ true, codegen_);
2148 bool is_volatile) {
2161 } else if (type == Primitive::kPrimLong && is_volatile) {
2169 arena_, Primitive::kPrimInt, invoke, /* is_volatile */ false);
2173 arena_, Primitive::kPrimInt, invoke, /* is_volatile */ false);
2177 arena_, Primitive::kPrimInt, invoke, /* is_volatile */ true);
2181 arena_, Primitive::kPrimNot, invoke, /* is_volatile */ false);
2185 arena_, Primitive::kPrimNot, invoke, /* is_volatile */ false);
2189 arena_, Primitive::kPrimNot, invoke, /* is_volatile */ true);
2193 arena_, Primitive::kPrimLong, invoke, /* is_volatile */ false);
2197 arena_, Primitive::kPrimLong, invoke, /* is_volatile */ false);
2201 arena_, Primitive::kPrimLong, invoke, /* is_volatile */ true);
2208 bool is_volatile,
2218 if (is_volatile) {
2238 if (is_volatile) {
2253 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, /* is_volatile */ false, codegen_);
2256 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, /* is_volatile */ false, codegen_);
2259 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, /* is_volatile */ true, codegen_);
2262 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, /* is_volatile */ false, codegen_);
2265 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, /* is_volatile */ false, codegen_);
2268 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, /* is_volatile */ true, codegen_);
2271 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, /* is_volatile */ false, codegen_);
2274 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, /* is_volatile */ false, codegen_);
2277 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, /* is_volatile */ true, codegen_);