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

  /art/runtime/
jvalue.h 44 void SetC(uint16_t new_c) {
common_dex_operations.h 124 result->SetC(field->GetChar(obj));
reflection.cc 831 boxed_value.SetC(primitive_field->GetChar(o));
    [all...]
method_handles.cc     [all...]
debugger.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 91 value->SetC(is_volatile ? o->GetFieldCharVolatile(offset) : o->GetFieldChar(offset));
412 value.SetC(c);
  /art/runtime/interpreter/
interpreter_intrinsics.cc 201 result_register->SetC(res);
interpreter_common.cc 240 field_value.SetC(static_cast<uint16_t>(shadow_frame.GetVReg(vreg)));
    [all...]
unstarted_runtime.cc     [all...]
  /art/runtime/mirror/
var_handle.cc 331 result->SetC(value);
376 value->SetC(BSWAP(value->GetC()));
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc 907 nzcv().SetC((left > max_uint_2op) || ((max_uint_2op - left) < right));
    [all...]
  /art/runtime/dex/
dex_file_annotations.cc 428 annotation_value->value_.SetC(
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.cc 321 ReadNzcv().SetC(C ? 1 : 0);
    [all...]

Completed in 431 milliseconds