Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 31) sorted by relevance

12

/art/test/907-get-loaded-classes/
DAndroid.bp3 // 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/
Dexpected-stdout.txt1 B was loaded with boot classloader
2 A was loaded with system classloader
/art/tools/ahat/src/test/com/android/ahat/
DTestDump.java269 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/
Dinfo.txt1 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/
DMain.java101 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/
Dinfo.txt1 Tests that agents and plugins are loaded.
/art/test/596-app-images/
Dinfo.txt1 Tests that app-images are loaded and used.
/art/test/1001-app-image-regions/
Dinfo.txt1 Tests that an app image with many classes is generated and loaded correctly.
Dexpected-stdout.txt2 App image loaded true
/art/test/674-hiddenapi/
Dinfo.txt8 (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/
Dinfo.txt4 an in-memory dex file (i.e. loaded from an InMemoryDexClassLoader).
/art/test/692-vdex-secondary-loader/
Dinfo.txt1 Test that dex files loaded with PathClassClassLoader get verified and the verification results
/art/test/692-vdex-inmem-loader/
Dinfo.txt1 Test that dex files loaded with InMemoryDexClassLoader get verified and the verification results
/art/test/141-class-unload/
Dexpected-stdout.txt24 Number of loaded unload-ex maps 0
/art/tools/jvmti-agents/jit-load/
DREADME.md4 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/
Dinfo.txt2 have multiple classes called "com.android.Blah" loaded simultaneously. The
/art/tools/ahat/etc/
Dhprofdump.py86 loaded = { } variable
88 if serial in loaded:
89 return showstr(loaded[serial])
160 loaded[serial] = classname
/art/libnativeloader/
DREADME.md19 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
DAndroid.bp130 // to override the ones loaded from their libs.
/art/tools/jvmti-agents/enable-vlog/
DREADME.md18 The agent is loaded using -agentpath like normal. It takes arguments in the
/art/runtime/
Doat_file.cc784 bool loaded = false; in Setup() local
786 loaded = dex_file_loader.OpenZip(zip_fd, in Setup()
793 loaded = dex_file_loader.Open(dex_file_name.c_str(), in Setup()
800 if (!loaded) { in Setup()
1625 bool loaded = elf_file_->Load(file, executable, low_4gb, reservation, error_msg); in ElfFileOpen() local
1626 DCHECK(loaded || !error_msg->empty()); in ElfFileOpen()
1627 return loaded; in ElfFileOpen()
1723 bool loaded = false; in Open() local
1725 loaded = dex_file_loader.OpenZip(zip_fd, in Open()
1732 loaded = dex_file_loader.Open(dex_location.c_str(), in Open()
[all …]
/art/tools/jvmti-agents/field-null-percent/
DREADME.md17 The agent is loaded using -agentpath like normal. It takes arguments in the
/art/sigchainlib/
DAndroid.bp34 // is loaded in a classloader linker namespace looks for
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md15 The agent is loaded using -agentpath like normal. It takes arguments in the
/art/tools/jvmti-agents/ti-fast/
DREADME.md18 The agent is loaded using -agentpath like normal. It takes arguments in the

12