Home
last modified time | relevance | path

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

/art/test/936-search-onload/
Dexpected.txt1 B was loaded with boot classloader
2 A was loaded with system classloader
/art/tools/amm/models/
DSoCode.md4 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
DDexCode.md4 sizes of all loaded dex files. It is calculated using the best approximation
/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.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-inmem-loader/
Dinfo.txt1 Test that dex files loaded with InMemoryDexClassLoader get verified and the verification results
/art/test/141-class-unload/
Dexpected.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/tools/jvmti-agents/field-null-percent/
DREADME.md17 The agent is loaded using -agentpath like normal. It takes arguments in the
/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.md16 The agent is loaded using -agentpath like normal. It takes arguments in the
/art/runtime/
Doat_file.cc641 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/
DAndroid.bp242 "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/
DAndroid.bp31 // libadbconnection is internal and loaded with dlopen(), but it cannot use