HomeSort by relevance Sort by last modified time
    Searched refs:SetS (Results 1 - 12 of 12) sorted by null

  /art/runtime/
jvalue.h 68 void SetS(int16_t new_s) {
reflection-inl.h 50 dst->SetS(src.GetI());
common_dex_operations.h 104 result->SetS(field->GetShort(obj));
reflection.cc 842 boxed_value.SetS(primitive_field->GetShort(o));
    [all...]
method_handles.cc     [all...]
dex_file_annotations.cc 403 annotation_value->value_.SetS(
    [all...]
debugger.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 102 value->SetS(is_volatile ? o->GetFieldShortVolatile(offset) : o->GetFieldShort(offset));
442 value.SetS(s);
  /art/runtime/interpreter/
interpreter_intrinsics.cc 128 UNARY_INTRINSIC(MterpShortReverseBytes, BSWAP, GetVRegShort, SetS);
interpreter.cc 131 result->SetS(fn(soa.Env(), klass.get(), args[0], args[1]));
interpreter_common.cc 229 field_value.SetS(static_cast<int16_t>(shadow_frame.GetVReg(vreg)));
    [all...]
unstarted_runtime.cc     [all...]

Completed in 255 milliseconds