Searched refs:library (Results 1 – 11 of 11) sorted by relevance
/art/build/ |
D | codegen.go | 27 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) })
|
D | art.go | 290 library, _ := cc.NewLibrary(android.HostAndDeviceSupported) 291 module := library.Init()
|
/art/runtime/ |
D | java_vm_ext.cc | 221 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 …]
|
D | plugin.h | 69 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin() argument
|
D | runtime_options.def | 128 RUNTIME_OPTIONS_KEY (std::vector<Plugin>, Plugins) // -Xplugin:<library>
|
D | Android.bp | 483 // Leave the symbols in the shared library so that stack unwinders can
|
/art/ |
D | Android.bp | 1 // TODO: These should be handled with transitive static library dependencies
|
/art/test/922-properties/ |
D | expected.txt | 4 "java.library.path": OK
|
/art/test/115-native-bridge/ |
D | expected.txt | 66 Loading invalid library 'libinvalid.so' from Java, which will fail.
|
/art/test/ |
D | Android.bp | 51 // These really are gtests, but the gtest library comes from libart-gtest.so
|
/art/tools/ |
D | art | 81 -d Use the debug ART library (libartd.so).
|