Searched refs:GetC (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | jvalue.h | 38 uint16_t GetC() const { return c; } in GetC() function
|
D | reflection.cc | 134 dst.SetC(src.GetC()); in ConvertPrimitiveValue()
|
D | jni_internal.cc | 1075 return result.GetC(); in CallCharMethod() 1082 return InvokeVirtualOrInterfaceWithVarArgs(soa, obj, mid, args).GetC(); in CallCharMethodV() 1089 return InvokeVirtualOrInterfaceWithJValues(soa, obj, mid, args).GetC(); in CallCharMethodA() 1334 return result.GetC(); in CallNonvirtualCharMethod() 1342 return InvokeWithVarArgs(soa, obj, mid, args).GetC(); in CallNonvirtualCharMethodV() 1350 return InvokeWithJValues(soa, obj, mid, args).GetC(); in CallNonvirtualCharMethodA() 1797 return result.GetC(); in CallStaticCharMethod() 1803 return InvokeWithVarArgs(soa, NULL, mid, args).GetC(); in CallStaticCharMethodV() 1809 return InvokeWithJValues(soa, NULL, mid, args).GetC(); in CallStaticCharMethodA()
|
/art/runtime/native/ |
D | java_lang_reflect_Field.cc | 148 return GetPrimitiveField(env, javaField, javaObj, 'C').GetC(); in Field_getChar() 186 f->SetChar(o, new_value.GetC()); in SetFieldValue()
|