Home
last modified time | relevance | path

Searched refs:SetC (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Djvalue.h39 void SetC(uint16_t new_c) { c = new_c; } in SetC() function
Dreflection.cc792 boxed_value.SetC(primitive_field->GetChar(o)); in UnboxPrimitive()
Ddebugger.cc1779 field_value.SetC(f->GetChar(o)); in GetArtFieldValue()
/art/runtime/native/
Djava_lang_reflect_Field.cc75 value->SetC(is_volatile ? o->GetFieldCharVolatile(offset) : o->GetFieldChar(offset)); in GetFieldValue()
384 value.SetC(c); in Field_setChar()
/art/runtime/interpreter/
Dinterpreter_common.cc204 field_value.SetC(static_cast<uint16_t>(shadow_frame.GetVReg(vreg))); in GetFieldValue()
Dunstarted_runtime.cc778 result->SetC(string->CharAt(index)); in UnstartedStringCharAt()