HomeSort by relevance Sort by last modified time
    Searched refs:PRIM_NOT (Results 1 - 11 of 11) sorted by null

  /dalvik/vm/reflect/
Reflect.cpp 842 * Returns PRIM_NOT for void, since we never "box" that.
849 return PRIM_NOT;
854 return PRIM_NOT;
872 return PRIM_NOT;
905 assert((srcType != PRIM_VOID) && (srcType != PRIM_NOT));
906 assert((dstType != PRIM_VOID) && (dstType != PRIM_NOT));
970 case PRIM_NOT:
1015 if (srcType == PRIM_NOT) { // didn't pass a boxed primitive in
1059 if (typeIndex == PRIM_NOT) {
    [all...]
Proxy.cpp 119 newClass->primitiveType = PRIM_NOT;
    [all...]
Annotation.cpp 614 if (dstElemClass->primitiveType == PRIM_NOT) {
    [all...]
  /dalvik/vm/native/
java_lang_reflect_Array.cpp 110 assert(elementClass->primitiveType != PRIM_NOT);
  /dalvik/vm/oo/
Array.cpp 377 newClass->primitiveType = PRIM_NOT;
529 assert(typeIndex != PRIM_NOT);
Object.h 392 /* primitive type index, or PRIM_NOT (-1); set for generated prim classes */
747 return clazz->primitiveType != PRIM_NOT;
Class.cpp     [all...]
  /dalvik/libdex/
DexFile.cpp 99 default: return PRIM_NOT;
DexFile.h 84 PRIM_NOT = 0, /* value is a reference type, not a primitive type */
972 * This returns PRIM_NOT (note: this is a 0) if the character is invalid
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /dalvik/vm/
CheckJni.cpp     [all...]

Completed in 193 milliseconds