Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 21 of 21) sorted by relevance

/art/test/632-checker-char-at-bounds/
Dinfo.txt2 had its SSA dependency incorrect with its corresponding bound check.
/art/compiler/optimizing/
Dscheduler.h360 void AddDependency(SchedulingNode* node, SchedulingNode* dependency, bool is_data_dependency);
361 void AddDataDependency(SchedulingNode* node, SchedulingNode* dependency) { in AddDataDependency() argument
362 AddDependency(node, dependency, /*is_data_dependency*/true); in AddDataDependency()
364 void AddOtherDependency(SchedulingNode* node, SchedulingNode* dependency) { in AddOtherDependency() argument
365 AddDependency(node, dependency, /*is_data_dependency*/false); in AddOtherDependency()
Dscheduler.cc38 SchedulingNode* dependency, in AddDependency() argument
40 if (node == nullptr || dependency == nullptr) { in AddDependency()
47 node->AddDataPredecessor(dependency); in AddDependency()
49 node->AddOtherPredecessor(dependency); in AddDependency()
/art/libnativeloader/
DAndroid.bp124 // shared object dependency. Instead, export everything using
134 "liblog", // libbase dependency
/art/build/
DAndroid.gtest.mk412 define define-test-art-gtest-dependency-combination
443 $(eval $(call define-test-art-gtest-dependency-combination,host,HOST,))
444 $(eval $(call define-test-art-gtest-dependency-combination,host,HOST,$(ART_PHONY_TEST_HOST_SUFFIX)))
446 $(eval $(call define-test-art-gtest-dependency-combination,host,HOST,$(2ND_ART_PHONY_TEST_HOST_SUFF…
/art/libdexfile/
DAndroid.bp174 // dependency - see comment for libdexfile_support. It shouldn't be used
421 // dependency on dex file logic. It is therefore safe to use from binaries
425 // IMPORTANT: When adding a static_libs dependency on this library, please
596 // TODO(b/181740144): Enable a ubsan check to create a dependency on
/art/libartservice/service/java/com/android/server/art/
DPrimaryDexUtils.java150 AndroidPackageSplit dependency = dependencies.get(0); in getDetailedDexInfoImpl() local
152 if (Objects.equals(dexInfo.mSplit, dependency)) { in getDetailedDexInfoImpl()
/art/libartservice/service/
DAndroid.bp88 // TODO(b/256866172): Transitive dependency, for r8 only.
90 // TODO(b/256866172): Transitive dependency, for r8 only. This module
DREADME.md128 compiler filter is "verify", which tolerates dependency mismatches, apps with
/art/libarttools/
DAndroid.bp79 "liblog", // libbase dependency
/art/libprofile/
DAndroid.bp180 // TODO: Remove CommonRuntimeTest dependency from these tests.
/art/libartpalette/
DAndroid.bp111 "com.android.runtime", // due to the transitive dependency from linker
/art/dex2oat/
DAndroid.bp220 … "liblz4", // libart(d)-dex2oat dependency; must be repeated here since it's a static lib.
500 "liblz4", // libart(d)-dex2oat dependency; must be repeated here since it's a static lib.
/art/runtime/
DAndroid.bp153 "liblzma", // libelffile(d) dependency; must be repeated here since it's a static lib.
220 // due to cyclic dependency.
221 // - libicu_jni.so is only loaded to handle dependency order in VM
648 "liblzma", // libelffile dependency; must be repeated here since it's a static lib.
662 "libPlatformProperties", // libnativeloader dependency.
/art/build/apex/
DAndroid.bp49 // "required" because of cyclic dependency (b/124505714).
60 // TODO(chriswailes): Make libarttools a dependency for another target
362 // dependency checks performed on updatable APEXes (see
/art/libnativeloader/test/
DAndroid.bp33 // It's difficult to add a shared_lib dependency on a non-public library
/art/test/VerifierDeps/
DMain.smali419 # TODO: Maybe we should not record dependency if the invoke type does not match the lookup type.
428 # TODO: Maybe we should not record dependency if the invoke type does not match the lookup type.
/art/odrefresh/
DAndroid.bp99 // dependency of the ART module exported by the platform.
/art/tools/
Dlibcore_failures.txt151 description: "Non-deterministic test because of a dependency on weak ref collection.",
/art/compiler/
DAndroid.bp37 "liblzma", // libelffile(d) dependency; must be repeated here since it's a static lib.
/art/
DAndroid.mk294 LOCAL_MODULE := art-libartd-libopenjdkd-host-dependency