/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/tools/ahat/src/test/com/android/ahat/ |
D | TestDump.java | 269 for (TestDump loaded : mCachedTestDumps) { in getTestDump() 270 if (Objects.equals(loaded.mHprofResource, hprof) in getTestDump() 271 && Objects.equals(loaded.mHprofBaseResource, base) in getTestDump() 272 && Objects.equals(loaded.mMapResource, map) in getTestDump() 273 && Objects.equals(loaded.mRetained, retained)) { in getTestDump() 274 if (loaded.mTestDumpFailed) { in getTestDump() 277 return loaded; in getTestDump()
|
/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/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/1001-app-image-regions/ |
D | info.txt | 1 Tests that an app image with many classes is generated and loaded correctly.
|
D | expected.txt | 2 App image loaded true
|
/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/692-vdex-inmem-loader/ |
D | info.txt | 1 Test that dex files loaded with InMemoryDexClassLoader get verified and the verification results
|
/art/test/141-class-unload/ |
D | expected.txt | 24 Number of loaded unload-ex maps 0
|
/art/tools/jvmti-agents/jit-load/ |
D | README.md | 4 loaded on the jit-thread or verify that none were. 18 loaded on a jit thread. Otherwise a warning will be printed.
|
/art/test/068-classloader/ |
D | info.txt | 2 have multiple classes called "com.android.Blah" loaded simultaneously. The
|
/art/tools/ahat/etc/ |
D | hprofdump.py | 86 loaded = { } variable 88 if serial in loaded: 89 return showstr(loaded[serial]) 160 loaded[serial] = classname
|
/art/tools/jvmti-agents/field-null-percent/ |
D | README.md | 17 The agent is loaded using -agentpath like normal. It takes arguments in the
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 15 The agent is loaded using -agentpath like normal. It takes arguments in the
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 16 The agent is loaded using -agentpath like normal. It takes arguments in the
|
/art/runtime/ |
D | oat_file.cc | 641 bool loaded = false; in Setup() local 643 loaded = dex_file_loader.OpenZip(zip_fd, in Setup() 650 loaded = dex_file_loader.Open(dex_file_name.c_str(), in Setup() 657 if (!loaded) { in Setup() 1403 bool loaded = elf_file_->Load(file, executable, low_4gb, reservation, error_msg); in ElfFileOpen() local 1404 DCHECK(loaded || !error_msg->empty()); in ElfFileOpen() 1405 return loaded; in ElfFileOpen()
|
/art/test/ |
D | Android.bp | 242 "907-get-loaded-classes/get_loaded_classes.cc", 574 "907-get-loaded-classes/src/art/Test907.java", 575 "907-get-loaded-classes/src/art/Cerr.java", 686 "907-get-loaded-classes/expected.txt",
|
/art/build/apex/ |
D | Android.bp | 31 // libadbconnection is internal and loaded with dlopen(), but it cannot use
|