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

  /dalvik/vm/
AllocTracker.c 322 PointerSet* methodNames, PointerSet* fileNames)
344 dvmPointerSetAddEntry(methodNames, method->name);
355 dvmPointerSetGetCount(methodNames), methodCount,
372 const PointerSet* classNames, const PointerSet* methodNames,
386 set2BE(&ptr[11], dvmPointerSetGetCount(methodNames));
424 set2BE(&ptr[2], dvmPointerSetFind(methodNames,
516 PointerSet* methodNames = NULL;
526 methodNames = dvmPointerSetAlloc(128);
528 if (classNames == NULL || methodNames == NULL || fileNames == NULL) {
533 if (!populateStringTables(classNames, methodNames, fileNames)
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 502 map<string,method_type*> methodNames;
513 if (methodNames.find(m->name.data) == methodNames.end()) {
514 methodNames[m->name.data] = m;
518 method_type* old = methodNames[m->name.data];
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java 500 String[] methodNames = new String[numMethodNames];
504 readStringTable(data, methodNames);
506 // + java.util.Arrays.deepToString(methodNames));
545 methodName = methodNames[methodNameIndex];

Completed in 292 milliseconds