Lines Matching refs:is_volatile

1844                          bool is_volatile,
1883 if (is_volatile) {
1906 bool is_volatile) {
1919 if (is_volatile) {
1937 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimInt, /* is_volatile */ false);
1940 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimInt, /* is_volatile */ true);
1943 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimLong, /* is_volatile */ false);
1946 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimLong, /* is_volatile */ true);
1949 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimNot, /* is_volatile */ false);
1952 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimNot, /* is_volatile */ true);
1957 GenUnsafeGet(invoke, Primitive::kPrimInt, /* is_volatile */ false, codegen_);
1960 GenUnsafeGet(invoke, Primitive::kPrimInt, /* is_volatile */ true, codegen_);
1963 GenUnsafeGet(invoke, Primitive::kPrimLong, /* is_volatile */ false, codegen_);
1966 GenUnsafeGet(invoke, Primitive::kPrimLong, /* is_volatile */ true, codegen_);
1969 GenUnsafeGet(invoke, Primitive::kPrimNot, /* is_volatile */ false, codegen_);
1972 GenUnsafeGet(invoke, Primitive::kPrimNot, /* is_volatile */ true, codegen_);
1979 bool is_volatile) {
1992 } else if (type == Primitive::kPrimLong && is_volatile) {
2000 arena_, Primitive::kPrimInt, invoke, /* is_volatile */ false);
2004 arena_, Primitive::kPrimInt, invoke, /* is_volatile */ false);
2008 arena_, Primitive::kPrimInt, invoke, /* is_volatile */ true);
2012 arena_, Primitive::kPrimNot, invoke, /* is_volatile */ false);
2016 arena_, Primitive::kPrimNot, invoke, /* is_volatile */ false);
2020 arena_, Primitive::kPrimNot, invoke, /* is_volatile */ true);
2024 arena_, Primitive::kPrimLong, invoke, /* is_volatile */ false);
2028 arena_, Primitive::kPrimLong, invoke, /* is_volatile */ false);
2032 arena_, Primitive::kPrimLong, invoke, /* is_volatile */ true);
2039 bool is_volatile,
2049 if (is_volatile) {
2069 if (is_volatile) {
2084 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, /* is_volatile */ false, codegen_);
2087 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, /* is_volatile */ false, codegen_);
2090 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, /* is_volatile */ true, codegen_);
2093 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, /* is_volatile */ false, codegen_);
2096 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, /* is_volatile */ false, codegen_);
2099 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, /* is_volatile */ true, codegen_);
2102 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, /* is_volatile */ false, codegen_);
2105 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, /* is_volatile */ false, codegen_);
2108 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, /* is_volatile */ true, codegen_);