Home
last modified time | relevance | path

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

/art/build/
Dcodegen.go27 func codegen(ctx android.LoadHookContext, c *codegenProperties, library bool) {
89 if library {
135 library bool member
160 func installCodegenCustomizer(module android.Module, library bool) {
162 android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, library) })
Dart.go290 library, _ := cc.NewLibrary(android.HostAndDeviceSupported)
291 module := library.Init()
/art/runtime/
Djava_vm_ext.cc221 for (const auto& library : libraries_) { in Dump() local
226 os << library.first; in Dump()
239 void Put(const std::string& path, SharedLibrary* library) in Put() argument
241 libraries_.Put(path, library); in Put()
284 SharedLibrary* const library = lib.second; in FindNativeMethodInternal() local
286 if (library->GetClassLoaderAllocator() != declaring_class_loader_allocator) { in FindNativeMethodInternal()
291 const char* arg_shorty = library->NeedsNativeBridge() ? shorty : nullptr; in FindNativeMethodInternal()
292 void* fn = library->FindSymbol(jni_short_name, arg_shorty); in FindNativeMethodInternal()
294 fn = library->FindSymbol(jni_long_name, arg_shorty); in FindNativeMethodInternal()
298 << " in \"" << library->GetPath() << "\"]"; in FindNativeMethodInternal()
[all …]
Dplugin.h69 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin() argument
Druntime_options.def128 RUNTIME_OPTIONS_KEY (std::vector<Plugin>, Plugins) // -Xplugin:<library>
DAndroid.bp483 // Leave the symbols in the shared library so that stack unwinders can
/art/
DAndroid.bp1 // TODO: These should be handled with transitive static library dependencies
/art/test/922-properties/
Dexpected.txt4 "java.library.path": OK
/art/test/115-native-bridge/
Dexpected.txt66 Loading invalid library 'libinvalid.so' from Java, which will fail.
/art/test/
DAndroid.bp51 // These really are gtests, but the gtest library comes from libart-gtest.so
/art/tools/
Dart81 -d Use the debug ART library (libartd.so).