Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc879 Class* ctype = shadow_frame->GetVRegReference(arg_offset)->GetClass()->GetComponentType(); in UnstartedRuntimeInvoke() local
883 if (!ctype->IsPrimitive()) { in UnstartedRuntimeInvoke()
889 } else if (ctype->IsPrimitiveChar()) { in UnstartedRuntimeInvoke()
895 } else if (ctype->IsPrimitiveInt()) { in UnstartedRuntimeInvoke()
904 PrettyDescriptor(ctype).c_str()); in UnstartedRuntimeInvoke()