Home | History | Annotate | Download | only in native

Lines Matching refs:is_volatile

82   const bool is_volatile = f->IsVolatile();
85 value->SetZ(is_volatile ? o->GetFieldBooleanVolatile(offset) : o->GetFieldBoolean(offset));
88 value->SetB(is_volatile ? o->GetFieldByteVolatile(offset) : o->GetFieldByte(offset));
91 value->SetC(is_volatile ? o->GetFieldCharVolatile(offset) : o->GetFieldChar(offset));
95 value->SetI(is_volatile ? o->GetField32Volatile(offset) : o->GetField32(offset));
99 value->SetJ(is_volatile ? o->GetField64Volatile(offset) : o->GetField64(offset));
102 value->SetS(is_volatile ? o->GetFieldShortVolatile(offset) : o->GetFieldShort(offset));
106 value->SetL(is_volatile ? o->GetFieldObjectVolatile<mirror::Object>(offset) :
259 const bool is_volatile = f->IsVolatile();
262 if (is_volatile) {
269 if (is_volatile) {
276 if (is_volatile) {
284 if (is_volatile) {
292 if (is_volatile) {
299 if (is_volatile) {
307 if (is_volatile) {