Searched refs:library (Results 1 – 21 of 21) sorted by relevance
/art/tools/amm/models/ |
D | SoCode.md | 7 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/ |
D | codegen.go | 27 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) })
|
D | art.go | 376 m, library := cc.NewLibrary(android.HostAndDeviceSupported) 377 library.BuildOnlyStatic()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 234 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/ |
D | plugin.h | 70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin() argument
|
D | runtime_options.def | 137 RUNTIME_OPTIONS_KEY (std::vector<Plugin>, Plugins) // -Xplugin:<library>
|
D | Android.bp | 508 // Leave the symbols in the shared library so that stack unwinders can
|
/art/libartpalette/ |
D | Android.bp | 25 // 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/ |
D | libjdwp-compat.props | 18 sun.boot.library.path=
|
D | art | 39 -d Use the debug ART library (libartd.so).
|
/art/cmdline/ |
D | Android.bp | 17 // TODO: this header library depends on libart. Find a way to express that.
|
/art/test/004-JniTest/src/ |
D | Main.java | 370 private static void testDoubleLoad(String library) { in testDoubleLoad() argument 372 System.loadLibrary(library); in testDoubleLoad() 379 runMethod.invoke(null, library); in testDoubleLoad()
|
/art/libdexfile/ |
D | Android.bp | 147 // 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/ |
D | ld.config.txt | 24 # TODO(b/119867084): Restrict fallback to platform namespace to PALette library. 89 # TODO(b/119867084): Restrict fallback to platform namespace to PALette library.
|
D | Android.bp | 83 // 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/ |
D | expected.txt | 4 "java.library.path": OK
|
/art/dt_fd_forward/ |
D | README.md | 3 dt_fd_forward is a jdwpTransport library. It implements the [Java Debug Wire
|
/art/libprofile/ |
D | Android.bp | 106 // Leave the symbols in the shared library so that stack unwinders can
|
/art/test/115-native-bridge/ |
D | expected.txt | 68 Loading invalid library 'libinvalid.so' from Java, which will fail.
|
/art/libartbase/ |
D | Android.bp | 168 // Leave the symbols in the shared library so that stack unwinders can
|
/art/test/ |
D | Android.bp | 51 // These really are gtests, but the gtest library comes from libart-gtest.so
|