Searched refs:linked (Results 1 – 13 of 13) sorted by relevance
/art/libnativeloader/ |
D | library_namespaces.cpp | 351 Result<void> linked = app_ns->Link(&system_ns.value(), system_exposed_libraries); in Create() local 352 if (!linked.ok()) { in Create() 353 return linked.error(); in Create() 361 linked = app_ns->Link(&ns.value(), public_libs); in Create() 362 if (!linked.ok()) { in Create() 363 return linked.error(); in Create() 373 linked = app_ns->Link(&vndk_ns.value(), vndksp_libraries_vendor()); in Create() 374 if (!linked.ok()) { in Create() 375 return linked.error(); in Create() 385 linked = app_ns->Link(&vndk_ns.value(), vndksp_libraries_product()); in Create() [all …]
|
D | native_loader.cpp | 141 Result<void> linked = in GetNativeloaderExtraLibsNamespace() local 143 if (!linked.ok()) { in GetNativeloaderExtraLibsNamespace() 144 return linked.error(); in GetNativeloaderExtraLibsNamespace() 198 Result<void> linked = CreateNativeloaderDefaultNamespaceLibsLink(*ns.value()); in CreateClassLoaderNamespaceLocked() local 199 if (!linked.ok()) { in CreateClassLoaderNamespaceLocked() 200 return linked.error(); in CreateClassLoaderNamespaceLocked() 560 Result<void> linked = ns->Link(&exported_ns.value(), std::string(library_name)); in LinkNativeLoaderNamespaceToExportedNamespaceLibrary() local 561 if (!linked.ok()) { in LinkNativeLoaderNamespaceToExportedNamespaceLibrary() 562 *error_msg = strdup(linked.error().message().c_str()); in LinkNativeLoaderNamespaceToExportedNamespaceLibrary()
|
/art/test/626-const-class-linking/ |
D | info.txt | 1 Test that once a const-class instruction is linked, it will keep referring
|
/art/test/980-redefine-object/ |
D | expected-stdout.txt | 16 Allocating a linked list 18 Adding a bunch of stuff to the linked list
|
/art/sigchainlib/ |
D | sigchain.cc | 550 int (*linked)(int, const SigactionType*, in __sigaction() 583 return linked(signal, new_action, old_action); in __sigaction() 642 int (*linked)(int, const SigsetType*, SigsetType*)) { in __sigprocmask() 645 return linked(how, new_set, old_set); in __sigprocmask() 665 return linked(how, new_set_ptr, old_set); in __sigprocmask()
|
/art/dexoptanalyzer/ |
D | Android.bp | 88 "art_libunwindstack_static_defaults", // Must be statically linked in standalone tests
|
/art/libdexfile/ |
D | Android.bp | 73 // libz provides a stub from platform, shouldn't be statically linked 283 "art_libunwindstack_static_defaults", // Must be statically linked in standalone tests 468 "libbase", // Must be statically linked in standalone tests
|
/art/libnativeloader/test/ |
D | Android.bp | 27 // a non-public library that is linked from the system namespace.
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 632 ShadowFrame* linked = deopt_frame; in HandleDeoptimization() local 633 while (linked->GetLink() != nullptr) { in HandleDeoptimization() 634 linked = linked->GetLink(); in HandleDeoptimization() 636 CHECK_EQ(method, linked->GetMethod()) << method->PrettyMethod() << " " in HandleDeoptimization() 637 << ArtMethod::PrettyMethod(linked->GetMethod()); in HandleDeoptimization()
|
/art/test/ |
D | Android.bp | 202 // with the test or linked statically. 239 // hiding symbols from libc++ (either libc++_static.a or vaguely-linked 265 // shouldn't be linked into the tests where libart(d) is linked 317 // `libsigchain` must be static linked into gtests, otherwise some tests fail under 320 // `libsigchain` is not whole-static-linked into `libart(d)-gtest`, because hiding its
|
/art/build/ |
D | Android.bp | 182 // Don't export symbols of statically linked libziparchive.
|
/art/runtime/ |
D | mutator_gc_coord.md | 284 barrier can be in use at a time, while the latter maintains a linked list of
|
D | Android.bp | 224 // listed here to avoid visibility issues. Instead it's linked from
|