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 845 * Returns PRIM_NOT for void, since we never "box" that.
852 return PRIM_NOT;
857 return PRIM_NOT;
875 return PRIM_NOT;
911 assert((srcType != PRIM_VOID) && (srcType != PRIM_NOT));
912 assert((dstType != PRIM_VOID) && (dstType != PRIM_NOT));
976 case PRIM_NOT:
1027 if (srcType == PRIM_NOT) { // didn't pass a boxed primitive in
1071 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;
531 assert(typeIndex != PRIM_NOT);
Object.h 390 /* 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 */
979 * 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 141 milliseconds