Home
last modified time | relevance | path

Searched refs:SetS (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Djvalue.h59 void SetS(int16_t new_s) { in SetS() function
Dreflection-inl.h47 dst->SetS(src.GetI()); in ConvertPrimitiveValue()
Dreflection.cc812 boxed_value.SetS(primitive_field->GetShort(o)); in UnboxPrimitive()
Ddex_file.cc1856 annotation_value->value_.SetS(static_cast<int16_t>(ReadSignedInt(annotation, value_arg))); in ProcessAnnotationValue()
Ddebugger.cc1721 field_value.SetS(f->GetShort(o)); in GetArtFieldValue()
/art/runtime/native/
Djava_lang_reflect_Field.cc86 value->SetS(is_volatile ? o->GetFieldShortVolatile(offset) : o->GetFieldShort(offset)); in GetFieldValue()
414 value.SetS(s); in Field_setShort()
/art/runtime/interpreter/
Dinterpreter.cc120 result->SetS(fn(soa.Env(), klass.get(), args[0], args[1])); in InterpreterJni()
Dinterpreter_common.cc214 field_value.SetS(static_cast<int16_t>(shadow_frame.GetVReg(vreg))); in GetFieldValue()
Dunstarted_runtime.cc926 result->SetS(*reinterpret_cast<unaligned_short*>(static_cast<intptr_t>(address))); in UnstartedMemoryPeek()