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

  /dalvik/libdex/
DexProto.h 149 const char* dexProtoGetReturnType(const DexProto* pProto);
DexProto.cpp 212 const char* dexProtoGetReturnType(const DexProto* pProto) {
450 int result = strcmp(dexProtoGetReturnType(proto), returnType);
  /dalvik/vm/oo/
Object.cpp 220 if (strcmp(returnType, dexProtoGetReturnType(proto)) != 0) {
Class.cpp     [all...]
  /dalvik/vm/reflect/
Proxy.cpp 715 const char* baseSig = dexProtoGetReturnType(&baseMethod->prototype);
716 const char* subSig = dexProtoGetReturnType(&subMethod->prototype);
    [all...]
Reflect.cpp     [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 890 descriptor = dexProtoGetReturnType(&meth->prototype);
963 const char* descriptor = dexProtoGetReturnType(&meth->prototype);
    [all...]
  /dalvik/vm/
CheckJni.cpp 86 const char* declType = dexProtoGetReturnType(&method->prototype);
    [all...]
Debugger.cpp     [all...]

Completed in 2764 milliseconds