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

/art/test/MethodTypes/
H A DMethodTypes.java18 public String method1(String a); method in interface:MethodTypes
/art/runtime/mirror/
H A Ddex_cache_test.cc131 ArtMethod* method1 = method_types->FindVirtualMethod( local
132 "method1",
140 const DexFile& dex_file = *(method1->GetDexFile());
144 const DexFile::MethodId& method1_id = dex_file.GetMethodId(method1->GetDexMethodIndex());
/art/test/589-super-imt/src/
H A DMain.java18 public Class<?> method1(); method in interface:Itf
112 expectEquals(main.method1(), Main.class);
198 expectEquals(main.method1(), SubMain.class);
286 public Class<?> method1() { return Main.class; } method in class:Main
368 public Class<?> method1() { return SubMain.class; } method in class:SubMain
/art/runtime/
H A Dclass_linker_test.cc1492 ArtMethod* method1 = method_types->FindVirtualMethod("method1", local
1496 const DexFile& dex_file = *(method1->GetDexFile());
1500 const DexFile::MethodId& method1_id = dex_file.GetMethodId(method1->GetDexMethodIndex());
1503 // String MethodTypes# method1(String).
/art/tools/dmtracedump/
H A Dtracedump.cc210 MethodEntry* method1; member in struct:DiffEntry
2360 ptr->method1 = methods1[i];
2363 uint64_t e1 = ptr->method1->elapsedExclusive;
2371 uint64_t i1 = ptr->method1->elapsedInclusive;
2388 ptr->method1 = nullptr;
2409 while (ptr->method1 != nullptr && ptr->method2 != nullptr) {
2412 char* className = htmlEscape(ptr->method1->className, classBuf, HTML_BUFSIZE);
2413 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE);
2418 printf("%" PRIu64 " ", ptr->method1->elapsedExclusive);
2430 printf("%d\n", ptr->method1
[all...]

Completed in 192 milliseconds