Home
last modified time | relevance | path

Searched refs:library (Results 1 – 21 of 21) sorted by relevance

/art/tools/amm/models/
DSoCode.md7 library name. Unfortunately, due to technical limitations, this does not
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
14 native library that loads 36 KB worth of memory regions, `BaseClassLoader` will
15 be shown with library
/art/build/
Dcodegen.go27 func codegen(ctx android.LoadHookContext, c *codegenProperties, library bool) {
89 if library {
136 library bool member
161 func installCodegenCustomizer(module android.Module, library bool) {
163 android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, library) })
Dart.go376 m, library := cc.NewLibrary(android.HostAndDeviceSupported)
377 library.BuildOnlyStatic()
/art/runtime/jni/
Djava_vm_ext.cc234 SharedLibrary* const library = it->second; in UnloadBootNativeLibraries() local
235 if (library->GetClassLoader() == nullptr) { in UnloadBootNativeLibraries()
236 unload_libraries.push_back(library); in UnloadBootNativeLibraries()
247 for (const auto& library : libraries_) { in Dump() local
252 os << library.first; in Dump()
265 void Put(const std::string& path, SharedLibrary* library) in Put() argument
267 libraries_.Put(path, library); in Put()
311 SharedLibrary* const library = lib.second; in FindNativeMethodInternal() local
313 if (library->GetClassLoaderAllocator() != declaring_class_loader_allocator) { in FindNativeMethodInternal()
318 const char* arg_shorty = library->NeedsNativeBridge() ? shorty : nullptr; in FindNativeMethodInternal()
[all …]
/art/runtime/
Dplugin.h70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin() argument
Druntime_options.def137 RUNTIME_OPTIONS_KEY (std::vector<Plugin>, Plugins) // -Xplugin:<library>
DAndroid.bp508 // Leave the symbols in the shared library so that stack unwinders can
/art/libartpalette/
DAndroid.bp25 // only available as a shared library on Android.
69 // Targets supporting dlopen build the client library which loads
70 // and binds the methods in the libartpalette-system library.
104 // the system library which actually implements functionality.
/art/tools/
Dlibjdwp-compat.props18 sun.boot.library.path=
Dart39 -d Use the debug ART library (libartd.so).
/art/cmdline/
DAndroid.bp17 // TODO: this header library depends on libart. Find a way to express that.
/art/test/004-JniTest/src/
DMain.java370 private static void testDoubleLoad(String library) { in testDoubleLoad() argument
372 System.loadLibrary(library); in testDoubleLoad()
379 runMethod.invoke(null, library); in testDoubleLoad()
/art/libdexfile/
DAndroid.bp147 // Leave the symbols in the shared library so that stack unwinders can
252 // Support library with a C++ API for accessing the libdexfile API for external
255 // This library dlopens libdexfile_external on first use, so there is no build
/art/build/apex/
Dld.config.txt24 # TODO(b/119867084): Restrict fallback to platform namespace to PALette library.
89 # TODO(b/119867084): Restrict fallback to platform namespace to PALette library.
DAndroid.bp83 // Data files associated with bionic / managed core library APIs.
170 // Temporary library includes for b/123591866 as all libraries are moved into the main art-apex.
332 // Genrules so we can run the checker, and empty Java library so that it gets executed.
/art/test/922-properties/
Dexpected.txt4 "java.library.path": OK
/art/dt_fd_forward/
DREADME.md3 dt_fd_forward is a jdwpTransport library. It implements the [Java Debug Wire
/art/libprofile/
DAndroid.bp106 // Leave the symbols in the shared library so that stack unwinders can
/art/test/115-native-bridge/
Dexpected.txt68 Loading invalid library 'libinvalid.so' from Java, which will fail.
/art/libartbase/
DAndroid.bp168 // Leave the symbols in the shared library so that stack unwinders can
/art/test/
DAndroid.bp51 // These really are gtests, but the gtest library comes from libart-gtest.so