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

/art/test/MethodTypes/
H A DMethodTypes.java19 public String method2(String a, String b); method in interface:MethodTypes
/art/runtime/mirror/
H A Ddex_cache_test.cc135 ArtMethod* method2 = method_types->FindVirtualMethod( local
136 "method2",
145 const DexFile::MethodId& method2_id = dex_file.GetMethodId(method2->GetDexMethodIndex());
/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/runtime/
H A Dclass_linker_test.cc1525 ArtMethod* method2 = method_types->FindVirtualMethod( local
1526 "method2",
1529 const DexFile::MethodId& method2_id = dex_file.GetMethodId(method2->GetDexMethodIndex());
/art/tools/dmtracedump/
H A Dtracedump.cc211 MethodEntry* method2; member in struct:DiffEntry
2361 ptr->method2 = methods2[match];
2364 uint64_t e2 = ptr->method2->elapsedExclusive;
2372 uint64_t i2 = ptr->method2->elapsedInclusive;
2389 ptr->method2 = nullptr;
2409 while (ptr->method1 != nullptr && ptr->method2 != nullptr) {
2421 printf("%" PRIu64 " ", ptr->method2->elapsedExclusive);
2433 printf("%d\n", ptr->method2->numCalls[0]);
2452 while (ptr->method1 != nullptr && ptr->method2 != nullptr) {
2464 printf("%" PRIu64 " ", ptr->method2
[all...]

Completed in 666 milliseconds