Home
last modified time | relevance | path

Searched refs:linked (Results 1 – 7 of 7) sorted by relevance

/art/libnativeloader/
Dlibrary_namespaces.cpp312 auto linked = app_ns->Link(*system_ns, system_exposed_libraries); in Create() local
313 if (!linked.ok()) { in Create()
314 return linked.error(); in Create()
320 linked = app_ns->Link(*art_ns, art_public_libraries()); in Create()
321 if (!linked.ok()) { in Create()
322 return linked.error(); in Create()
329 linked = app_ns->Link(*i18n_ns, i18n_public_libraries()); in Create()
330 if (!linked.ok()) { in Create()
331 return linked.error(); in Create()
339 linked = app_ns->Link(*nnapi_ns, neuralnetworks_public_libraries()); in Create()
[all …]
/art/test/626-const-class-linking/
Dinfo.txt1 Test that once a const-class instruction is linked, it will keep referring
/art/sigchainlib/
Dsigchain.cc361 int (*linked)(int, const SigactionType*, in __sigaction()
389 return linked(signal, new_action, old_action); in __sigaction()
448 int (*linked)(int, const SigsetType*, SigsetType*)) { in __sigprocmask()
451 return linked(how, new_set, old_set); in __sigprocmask()
471 return linked(how, new_set_ptr, old_set); in __sigprocmask()
/art/test/980-redefine-object/
Dexpected.txt16 Allocating a linked list
18 Adding a bunch of stuff to the linked list
/art/libartbase/
DAndroid.bp123 // Utilities used by various ART libs and tools are linked in statically
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc593 ShadowFrame* linked = deopt_frame; in HandleDeoptimization() local
594 while (linked->GetLink() != nullptr) { in HandleDeoptimization()
595 linked = linked->GetLink(); in HandleDeoptimization()
597 CHECK_EQ(method, linked->GetMethod()) << method->PrettyMethod() << " " in HandleDeoptimization()
598 << ArtMethod::PrettyMethod(linked->GetMethod()); in HandleDeoptimization()
/art/libdexfile/
DAndroid.bp54 // libz provides a stub from platform, shouldn't be statically linked