Searched defs:method2 (Results 1 - 2 of 2) sorted by relevance

/art/test/589-super-imt/src/
H A DMain.java19 public Class<?> method2(); method in interface:Itf
113 expectEquals(main.method2(), Main.class);
199 expectEquals(main.method2(), SubMain.class);
287 public Class<?> method2() { return Main.class; } method in class:Main
369 public Class<?> method2() { return SubMain.class; } method in class:SubMain
/art/tools/dmtracedump/
H A Dtracedump.cc211 MethodEntry* method2; member in struct:DiffEntry
2357 ptr->method2 = methods2[match];
2360 uint64_t e2 = ptr->method2->elapsedExclusive;
2368 uint64_t i2 = ptr->method2->elapsedInclusive;
2385 ptr->method2 = nullptr;
2405 while (ptr->method1 != nullptr && ptr->method2 != nullptr) {
2417 printf("%" PRIu64 " ", ptr->method2->elapsedExclusive);
2429 printf("%d\n", ptr->method2->numCalls[0]);
2448 while (ptr->method1 != nullptr && ptr->method2 != nullptr) {
2460 printf("%" PRIu64 " ", ptr->method2
[all...]

Completed in 117 milliseconds