Searched refs:loaded (Results 1 – 15 of 15) sorted by relevance
/art/test/936-search-onload/ |
D | expected.txt | 1 B was loaded with boot classloader 2 A was loaded with system classloader
|
/art/tools/amm/models/ |
D | SoCode.md | 4 sizes of all loaded `.so` files. It is calculated by reading `/proc/self/maps`. 8 include information about what caused a library to be loaded, whether the 9 library was loaded by the app or the platform, the library dependency graph, 10 or what is causing a library to remain loaded. Individual `.so` files can be
|
D | DexCode.md | 4 sizes of all loaded dex files. It is calculated using the best approximation
|
/art/test/530-checker-lse3/ |
D | info.txt | 1 Regression test for load store elimination not respecting the loaded type. When 2 a wider value is stored in a narrower field and then loaded from that field,
|
/art/tools/ahat/src/test/com/android/ahat/ |
D | TestDump.java | 256 for (TestDump loaded : mCachedTestDumps) { in getTestDump() 257 if (Objects.equals(loaded.mHprofResource, hprof) in getTestDump() 258 && Objects.equals(loaded.mHprofBaseResource, base) in getTestDump() 259 && Objects.equals(loaded.mMapResource, map)) { in getTestDump() 260 if (loaded.mTestDumpFailed) { in getTestDump() 263 return loaded; in getTestDump()
|
/art/test/1950-unprepared-transform/src/ |
D | Main.java | 101 final Class[] loaded = new Class[] { null, }; in testRemoteThread() local 110 Redefinition.doCommonClassRetransformation(loaded[0]); in testRemoteThread() 118 loaded[0] = c; in testRemoteThread()
|
/art/test/900-hello-plugin/ |
D | info.txt | 1 Tests that agents and plugins are loaded.
|
/art/test/596-app-images/ |
D | info.txt | 1 Tests that app-images are loaded and used.
|
/art/test/674-hiddenapi/ |
D | info.txt | 8 (a) Both parent and child dex loaded with PathClassLoader, parent's class loader 11 (b) Parent is appended to boot class path, child is loaded with PathClassLoader.
|
/art/test/949-in-memory-transform/ |
D | info.txt | 4 an in-memory dex file (i.e. loaded from an InMemoryDexClassLoader).
|
/art/test/141-class-unload/ |
D | expected.txt | 24 Number of loaded unload-ex maps 0
|
/art/test/068-classloader/ |
D | info.txt | 2 have multiple classes called "com.android.Blah" loaded simultaneously. The
|
/art/tools/breakpoint-logger/ |
D | README.md | 15 The agent is loaded using -agentpath like normal. It takes arguments in the
|
/art/runtime/ |
D | oat_file.cc | 652 bool loaded = false; in Setup() local 654 loaded = dex_file_loader.OpenZip(zip_fd, in Setup() 661 loaded = dex_file_loader.Open(dex_file_location.c_str(), in Setup() 668 if (!loaded) { in Setup() 1358 bool loaded = elf_file_->Load(file, executable, low_4gb, error_msg); in ElfFileOpen() local 1359 DCHECK(loaded || !error_msg->empty()); in ElfFileOpen() 1360 return loaded; in ElfFileOpen()
|
/art/test/ |
D | Android.bp | 232 "907-get-loaded-classes/get_loaded_classes.cc",
|