Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 2 of 2) sorted by relevance

/art/tools/dmtracedump/
Dcreatetesttrace.cc65 char* fullName; member
208 records[nextRecord].fullName = strndup(save_cp, len); in parseInputFile()
240 if (verbose) printf(" Entering %s\n", records[nextRecord].fullName); in parseInputFile()
248 records[nextRecord].fullName); in parseInputFile()
258 char* name = callStack[threadId].frames[indentLevel - 1]->fullName; in parseInputFile()
259 if (strcmp(name, records[nextRecord].fullName) == 0) { in parseInputFile()
265 callStack[threadId].frames[indentLevel - 1]->fullName); in parseInputFile()
279 printf(" Entering %s\n", records[nextRecord].fullName); in parseInputFile()
358 for (dataRecord* pRecord = records; pRecord->fullName; ++pRecord) { in writeKeyMethods()
366 for (dataRecord* pNext = pRecord + 1; pNext->fullName; ++pNext) { in writeKeyMethods()
[all …]
/art/test/674-hiddenapi/src-ex/
DChildClass.java432 String fullName = "<init>" + signature; in checkConstructor() local
444 throwDiscoveryException(klass, fullName, false, "getDeclaredConstructor()", canDiscover); in checkConstructor()
448 throwDiscoveryException(klass, fullName, false, "getDeclaredConstructors()", canDiscover); in checkConstructor()
453 klass, fullName, false, "getConstructor()", (canDiscover && isPublic)); in checkConstructor()
458 klass, fullName, false, "getConstructors()", (canDiscover && isPublic)); in checkConstructor()
464 throwDiscoveryException(klass, fullName, false, "JNI", canDiscover); in checkConstructor()
471 throwDiscoveryException(klass, fullName, false, "MethodHandles.lookup().findConstructor", in checkConstructor()
477 throwDiscoveryException(klass, fullName, false, in checkConstructor()
487 throwDiscoveryException(klass, fullName, false, in checkConstructor()
494 throwDiscoveryException(klass, fullName, false, in checkConstructor()
[all …]