Searched refs:SetS (Results 1 - 12 of 12) sorted by relevance

/art/runtime/
H A Djvalue.h66 void SetS(int16_t new_s) { function
H A Dreflection-inl.h50 dst->SetS(src.GetI());
H A Dcommon_dex_operations.h103 result->SetS(field->GetShort(obj));
H A Dreflection.cc841 boxed_value.SetS(primitive_field->GetShort(o));
H A Dmethod_handles.cc866 field_value.SetS(static_cast<int16_t>(shadow_frame.GetVReg(vreg)));
H A Ddex_file_annotations.cc403 annotation_value->value_.SetS(
H A Ddebugger.cc1754 field_value.SetS(f->GetShort(o));
/art/runtime/native/
H A Djava_lang_reflect_Field.cc100 value->SetS(is_volatile ? o->GetFieldShortVolatile(offset) : o->GetFieldShort(offset));
440 value.SetS(s);
/art/runtime/interpreter/
H A Dinterpreter_intrinsics.cc128 UNARY_INTRINSIC(MterpShortReverseBytes, BSWAP, GetVRegShort, SetS);
H A Dinterpreter.cc130 result->SetS(fn(soa.Env(), klass.get(), args[0], args[1]));
H A Dinterpreter_common.cc220 field_value.SetS(static_cast<int16_t>(shadow_frame.GetVReg(vreg)));
H A Dunstarted_runtime.cc1148 result->SetS(*reinterpret_cast<unaligned_short*>(static_cast<intptr_t>(address)));

Completed in 3004 milliseconds