Searched refs:GetC (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | jvalue.h | 38 uint16_t GetC() const { return c; } in GetC() function
|
D | jni_internal.cc | 1040 return result.GetC(); in CallCharMethod() 1047 return InvokeVirtualOrInterfaceWithVarArgs(soa, obj, mid, args).GetC(); in CallCharMethodV() 1055 args).GetC(); in CallCharMethodA() 1305 return result.GetC(); in CallNonvirtualCharMethod() 1313 return InvokeWithVarArgs(soa, obj, mid, args).GetC(); in CallNonvirtualCharMethodV() 1321 return InvokeWithJValues(soa, soa.Decode<mirror::Object*>(obj), mid, args).GetC(); in CallNonvirtualCharMethodA() 1768 return result.GetC(); in CallStaticCharMethod() 1774 return InvokeWithVarArgs(soa, nullptr, mid, args).GetC(); in CallStaticCharMethodV() 1780 return InvokeWithJValues(soa, nullptr, mid, args).GetC(); in CallStaticCharMethodA()
|
/art/runtime/native/ |
D | java_lang_reflect_Field.cc | 200 return GetPrimitiveField<Primitive::kPrimChar>(env, javaField, javaObj, accessible).GetC(); in Field_getChar() 237 f->SetChar<false>(o, new_value.GetC()); in SetFieldValue()
|