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

  /dalvik/libdex/
DexProto.h 143 const char* dexProtoGetReturnType(const DexProto* pProto);
DexProto.c 226 const char* dexProtoGetReturnType(const DexProto* pProto) {
415 int result = strcmp(dexProtoGetReturnType(proto),
  /dalvik/vm/oo/
Object.c 220 if (strcmp(returnType, dexProtoGetReturnType(proto)) != 0) {
Class.c     [all...]
  /dalvik/vm/reflect/
Proxy.c 777 const char* baseSig = dexProtoGetReturnType(&baseMethod->prototype);
778 const char* subSig = dexProtoGetReturnType(&subMethod->prototype);
    [all...]
Reflect.c     [all...]
  /dalvik/vm/analysis/
CodeVerify.c 831 const char* descriptor = dexProtoGetReturnType(&meth->prototype);
904 const char* descriptor = dexProtoGetReturnType(&meth->prototype);
    [all...]
  /dalvik/vm/
CheckJni.c 74 const char* declType = dexProtoGetReturnType(&method->prototype);
    [all...]
Debugger.c     [all...]

Completed in 380 milliseconds