Home
last modified time | relevance | path

Searched defs:ptype (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jni/
Dcheck_jni.cc2298 #define FIELD_ACCESSORS(jtype, name, ptype, shorty, slot_sized_shorty) \ argument
2378 #define CALL(rtype, name, ptype, shorty) \ argument
2666 #define PRIMITIVE_ARRAY_FUNCTIONS(ctype, name, ptype) \ argument
/art/runtime/interpreter/
Dinterpreter_common.cc858 ObjPtr<mirror::Class> ptype = GetClassForBootstrapArgument(it.GetValueType()); in BuildCallSiteForBootstrapMethod() local