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

  /art/runtime/
jvalue.h 57 void SetS(int16_t new_s) {
reflection-inl.h 47 dst->SetS(src.GetI());
reflection.cc 807 boxed_value.SetS(primitive_field->GetShort(o));
    [all...]
debugger.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 86 value->SetS(is_volatile ? o->GetFieldShortVolatile(offset) : o->GetFieldShort(offset));
414 value.SetS(s);
  /art/runtime/interpreter/
interpreter.cc 114 result->SetS(fn(soa.Env(), klass.get(), args[0], args[1]));
interpreter_common.cc 207 field_value.SetS(static_cast<int16_t>(shadow_frame.GetVReg(vreg)));
    [all...]
unstarted_runtime.cc 553 result->SetS(*reinterpret_cast<unaligned_short*>(static_cast<intptr_t>(address)));
    [all...]

Completed in 144 milliseconds