Searched refs:SetB (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Djvalue.h34 void SetB(int8_t new_b) { function
H A Dreflection.cc789 boxed_value.SetB(primitive_field->GetByte(o));
H A Ddebugger.cc1775 field_value.SetB(f->GetByte(o));
/art/runtime/native/
H A Djava_lang_reflect_Field.cc72 value->SetB(is_volatile ? o->GetFieldByteVolatile(offset) : o->GetFieldByte(offset));
378 value.SetB(b);
/art/runtime/interpreter/
H A Dinterpreter.cc67 result->SetB(fn(soa.Env(), klass.get(), args[0]));
H A Dinterpreter_common.cc201 field_value.SetB(static_cast<int8_t>(shadow_frame.GetVReg(vreg)));
H A Dunstarted_runtime.cc547 result->SetB(*reinterpret_cast<int8_t*>(static_cast<intptr_t>(address)));

Completed in 493 milliseconds