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

  /dalvik/vm/native/
java_lang_System.cpp 156 char dstType = dstClass->descriptor[1];
163 bool dstPrim = (dstType != '[' && dstType != 'L');
165 if (srcPrim != dstPrim || srcType != dstType) {
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /dalvik/vm/reflect/
Reflect.h 75 PrimitiveType dstType, const s4* srcPtr, s4* dstPtr);
Reflect.cpp 897 PrimitiveType dstType, const s4* srcPtr, s4* dstPtr)
906 assert((dstType != PRIM_VOID) && (dstType != PRIM_NOT));
908 switch (dstType) {
912 conv = (srcType == dstType) ? OK4 : bad;
989 dexGetPrimitiveTypeDescriptor(dstType));
    [all...]

Completed in 40 milliseconds