Searched refs:methodName (Results 1 – 6 of 6) sorted by relevance
/dalvik/tools/dmtracedump/ |
D | TraceDump.c | 164 const char* methodName; member 301 const char *className, const char *methodName, in initMethodEntry() argument 307 method->methodName = methodName; in initMethodEntry() 347 if (methodA->methodName == NULL || methodB->methodName == NULL) { in compareElapsedExclusive() 356 result = strcmp(methodA->methodName, methodB->methodName); in compareElapsedExclusive() 386 if (methodA->methodName == NULL || methodB->methodName == NULL) { in compareElapsedInclusive() 395 result = strcmp(methodA->methodName, methodB->methodName); in compareElapsedInclusive() 427 if (methodA->methodName == NULL || methodB->methodName == NULL) { in compareTimedMethod() 436 result = strcmp(methodA->methodName, methodB->methodName); in compareTimedMethod() 511 if (methodA->methodName == NULL || methodB->methodName == NULL) { in compareMethodNames() [all …]
|
D | CreateTestTrace.c | 69 char *methodName; member 228 records[nextRecord].methodName = NULL; in parseInputFile() 241 records[nextRecord].methodName = strndup(save_cp, len); in parseInputFile() 401 if (pRecord->className == NULL || pRecord->methodName == NULL) { in writeKeyMethods() 407 pRecord->methodName); in writeKeyMethods() 411 pRecord->methodName, pRecord->signature); in writeKeyMethods()
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
D | MethodRef.java | 27 String methodName) { in MethodRef() argument 31 mMethodName = methodName; in MethodRef()
|
/dalvik/dexlist/ |
D | DexList.cpp | 100 const char* methodName; in dumpMethod() local 108 methodName = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethod() 137 strcmp(gParms.methodToFind, methodName) != 0)) in dumpMethod() 144 className, methodName, desc, in dumpMethod()
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
D | Main.java | 1020 String methodName = fqName.substring(lastDot + 1); in dumpMethod() local 1029 methodName = methodName.substring(0, methodName.length() - 1); in dumpMethod() 1043 if ((wildcard && methName.startsWith(methodName)) || in dumpMethod() 1044 (!wildcard && methName.equals(methodName))) { in dumpMethod()
|
/dalvik/hit/src/com/android/hit/ |
D | HprofParser.java | 209 String methodName = mStrings.get(readId()); in loadStackFrame() local 215 StackFrame frame = new StackFrame(id, methodName, methodSignature, in loadStackFrame()
|