/art/test/907-get-loaded-classes/ |
D | Android.bp | 3 // Build rules for ART run-test `907-get-loaded-classes`. 16 name: "art-run-test-907-get-loaded-classes", 21 ":art-run-test-907-get-loaded-classes-expected-stdout", 22 ":art-run-test-907-get-loaded-classes-expected-stderr", 28 name: "art-run-test-907-get-loaded-classes-expected-stdout", 29 out: ["art-run-test-907-get-loaded-classes-expected-stdout.txt"], 36 name: "art-run-test-907-get-loaded-classes-expected-stderr", 37 out: ["art-run-test-907-get-loaded-classes-expected-stderr.txt"],
|
/art/test/936-search-onload/ |
D | expected-stdout.txt | 1 B was loaded with boot classloader 2 A was loaded with system classloader
|
/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-stdout.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-secondary-loader/ |
D | info.txt | 1 Test that dex files loaded with PathClassClassLoader get verified and the verification results
|
/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-stdout.txt | 24 Number of loaded unload-ex maps 0
|
/art/test/854-image-inlining/ |
D | profile | 2 # the CallStatic class was loaded.
|
/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/libnativeloader/ |
D | libnativeloader_test.map | 20 # to override the ones loaded from their libs.
|
D | README.md | 19 The linker namespace is created when an APK is loaded into the process, and is 20 associated with the classloader that loaded the APK. The linker namespace is
|
/art/libnativebridge/tests/ |
D | Android.bp | 157 // Linking them here causes them to be loaded from alongside 159 // returns the handle to the already-loaded library.
|
/art/runtime/oat/ |
D | oat_file.cc | 834 bool loaded = false; in Setup() local 839 loaded = dex_file_loader.Open( in Setup() 844 loaded = dex_file_loader.Open( in Setup() 848 loaded = dex_file_loader.Open( in Setup() 851 if (!loaded) { in Setup() 1701 bool loaded = elf_file_->Load(file, executable, low_4gb, reservation, error_msg); in ElfFileOpen() local 1702 DCHECK(loaded || !error_msg->empty()); in ElfFileOpen() 1703 return loaded; in ElfFileOpen() 1809 bool loaded = false; in Open() local 1813 loaded = dex_file_loader.Open(/*verify=*/false, in Open() [all …]
|
/art/tools/jvmti-agents/enable-vlog/ |
D | README.md | 18 The agent is loaded using -agentpath like normal. It takes arguments in the
|
/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/ti-fast/ |
D | README.md | 18 The agent is loaded using -agentpath like normal. It takes arguments in the
|