Searched defs:library (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A DAndroid.mk414 define build-runtime-library
586 # Leave the symbols in the shared library so that stack unwinders can
611 $(eval $(call build-runtime-library,host,ndebug,shared,libart))
612 $(eval $(call build-runtime-library,host,ndebug,shared,libopenjdkjvm))
614 $(eval $(call build-runtime-library,host,ndebug,static,libart))
615 $(eval $(call build-runtime-library,host,ndebug,static,libopenjdkjvm))
619 $(eval $(call build-runtime-library,host,debug,shared,libart))
620 $(eval $(call build-runtime-library,host,debug,shared,libopenjdkjvm))
622 $(eval $(call build-runtime-library,host,debug,static,libart))
623 $(eval $(call build-runtime-library,hos
[all...]
H A Djava_vm_ext.cc96 * Check the result of an earlier call to JNI_OnLoad on this library.
109 LOG(INFO) << *self << " recursive attempt to load library " << "\"" << path_ << "\"";
170 // Path to library "/system/lib/libjni.so".
179 // The ClassLoader this library is associated with, a weak global JNI reference that is
180 // created/deleted with the scope of the library.
211 for (const auto& library : libraries_) {
216 os << library.first;
229 void Put(const std::string& path, SharedLibrary* library)
231 libraries_.Put(path, library);
246 SharedLibrary* const library local
282 SharedLibrary* const library = it->second; local
732 SharedLibrary* library; local
[all...]

Completed in 230 milliseconds