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

  /art/runtime/
jvalue.h 43 uint16_t GetC() const { return c; }
common_dex_operations.h 161 field->SetChar<transaction_active>(obj, value.GetC());
jni_internal.cc     [all...]
dex_file_annotations.cc 607 i, new_annotation_value.value_.GetC());
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 228 return GetPrimitiveField<Primitive::kPrimChar>(env, javaField, javaObj).GetC();
277 o->SetFieldCharVolatile<false>(offset, new_value.GetC());
279 o->SetFieldChar<false>(offset, new_value.GetC());
  /external/libmojo/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 655 void GetC(InterfaceRequest<C> c) override {
694 b->GetC(GetProxy(&c));
  /art/runtime/interpreter/
interpreter_common.cc 83 shadow_frame.SetVReg(vregA, result.GetC());
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.h     [all...]
simulator-aarch64.cc 852 ReadNzcv().GetC(),
    [all...]

Completed in 222 milliseconds