Home
last modified time | relevance | path

Searched refs:GetC (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Djvalue.h38 uint16_t GetC() const { return c; } in GetC() function
Dreflection.cc134 dst.SetC(src.GetC()); in ConvertPrimitiveValue()
Djni_internal.cc1075 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/
Djava_lang_reflect_Field.cc148 return GetPrimitiveField(env, javaField, javaObj, 'C').GetC(); in Field_getChar()
186 f->SetChar(o, new_value.GetC()); in SetFieldValue()