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

/art/runtime/
H A Djvalue.h57 void SetS(int16_t new_s) { function
H A Dreflection-inl.h47 dst->SetS(src.GetI());
H A Dreflection.cc807 boxed_value.SetS(primitive_field->GetShort(o));
H A Ddebugger.cc1783 field_value.SetS(f->GetShort(o));
/art/runtime/native/
H A Djava_lang_reflect_Field.cc86 value->SetS(is_volatile ? o->GetFieldShortVolatile(offset) : o->GetFieldShort(offset));
414 value.SetS(s);
/art/runtime/interpreter/
H A Dinterpreter.cc114 result->SetS(fn(soa.Env(), klass.get(), args[0], args[1]));
H A Dinterpreter_common.cc207 field_value.SetS(static_cast<int16_t>(shadow_frame.GetVReg(vreg)));
H A Dunstarted_runtime.cc553 result->SetS(*reinterpret_cast<unaligned_short*>(static_cast<intptr_t>(address)));

Completed in 101 milliseconds