Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 12 of 12) sorted by relevance

/art/test/
DAndroid.run-test.mk106 define core-image-dependencies
139 $(call core-image-dependencies,$(target),$(image),$(compiler),$(address_size)))))))
141 test-art-host-run-test-dependencies : $(host_prereq_rules)
142 .PHONY: test-art-host-run-test-dependencies
143 test-art-target-run-test-dependencies :
144 .PHONY: test-art-target-run-test-dependencies
145 test-art-run-test-dependencies : test-art-host-run-test-dependencies test-art-target-run-test-depen…
146 .PHONY: test-art-run-test-dependencies
155 $$(build_target) : test-art-$(1)-run-test-dependencies
167 core-image-dependencies :=
DREADME.chroot.md26 to build ART and the required dependencies for testing;
67 3. Build ART and required dependencies:
/art/test/533-regression-debugphi/
Dinfo.txt2 complicated phi dependencies.
/art/test/591-checker-regression-dead-loop/
Dinfo.txt2 dependencies in the wrong order.
/art/tools/
Dbuild_linux_bionic_tests.sh41 build/soong/soong_ui.bash --make-mode "$@" test-art-host-run-test-dependencies build-art-host-tests
/art/build/
DAndroid.gtest.mk555 define add-art-gtest-dependencies
600 $(foreach name,$(ART_TARGET_GTEST_NAMES), $(eval $(call add-art-gtest-dependencies,$(name),)))
651 dependencies := $$(ART_TEST_$(2)_GTEST$(3)_RULES)
654 $$(rule_name): $$(dependencies) d8
659 dependencies :=
/art/build/apex/
DAndroid.bp41 // dependencies work with APEX libraries.
93 // dependencies of `libartd-compiler`, and remove `art_runtime_run_test_libs`.
165 // dependencies work with APEX libraries.
281 // ART gtests with dependencies on internal ART APEX libraries.
/art/tools/jvmti-agents/ti-fast/
DREADME.md14 Use `libtifasts` if you wish to build a version without non-NDK dynamic dependencies.
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md13 Use `libtiallocsamples` if you wish to build a version without non-NDK dynamic dependencies.
/art/libartbase/
DAndroid.bp118 // here to avoid shared lib dependencies outside the ART APEX. No target
/art/runtime/gc/space/
Dimage_space.cc1759 ArrayRef<std::string> dependencies,
2104 ArrayRef<std::string> dependencies, in CompileExtension() argument
2123 DCHECK(!dependencies.empty()); in CompileExtension()
2125 for (size_t i = 0, size = dependencies.size(); i != size; ++i) { in CompileExtension()
2127 *error_msg = StringPrintf("Missing extension dependency \"%s\"", dependencies[i].c_str()); in CompileExtension()
2211 args.push_back("--boot-image=" + Join(dependencies, kComponentSeparator)); in CompileExtension()
3120 ArrayRef<const std::unique_ptr<ImageSpace>> dependencies, in OpenOatFile() argument
3197 } else if (dependencies.empty()) { in OpenOatFile()
3213 dependencies, in OpenOatFile()
3341 ArrayRef<const std::unique_ptr<ImageSpace>> dependencies = in LoadComponents() local
[all …]
/art/runtime/
DAndroid.bp514 // We always build dex2oat and dependencies, even if the host build is otherwise disabled, since