Searched refs:dependency (Results 1 – 11 of 11) sorted by relevance
/art/test/632-checker-char-at-bounds/ |
D | info.txt | 2 had its SSA dependency incorrect with its corresponding bound check.
|
/art/compiler/optimizing/ |
D | scheduler.h | 359 void AddDependency(SchedulingNode* node, SchedulingNode* dependency, bool is_data_dependency); 360 void AddDataDependency(SchedulingNode* node, SchedulingNode* dependency) { in AddDataDependency() argument 361 AddDependency(node, dependency, /*is_data_dependency*/true); in AddDataDependency() 363 void AddOtherDependency(SchedulingNode* node, SchedulingNode* dependency) { in AddOtherDependency() argument 364 AddDependency(node, dependency, /*is_data_dependency*/false); in AddOtherDependency()
|
D | scheduler.cc | 37 SchedulingNode* dependency, in AddDependency() argument 39 if (node == nullptr || dependency == nullptr) { in AddDependency() 46 node->AddDataPredecessor(dependency); in AddDependency() 48 node->AddOtherPredecessor(dependency); in AddDependency()
|
/art/sigchainlib/ |
D | Android.bp | 53 // TODO(b/142944043) Clean this up. This is due to the dependency from
|
/art/libartpalette/ |
D | Android.bp | 101 "com.android.runtime", // due to the transitive dependency from linker
|
/art/libprofile/ |
D | Android.bp | 183 // TODO: Remove CommonRuntimeTest dependency from these tests.
|
/art/build/apex/ |
D | Android.bp | 39 // "required" because of cyclic dependency (b/124505714). 219 // Since the dependency is disabled, ART APEXes can't be built either. 356 // Since the dependency is disabled, ART APEXes can't be built either.
|
/art/test/VerifierDeps/ |
D | Main.smali | 419 # 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/libdexfile/ |
D | Android.bp | 380 // time dependency on dex file logic. It is therefore safe to use from binaries
|
/art/ |
D | Android.mk | 450 LOCAL_MODULE := art-libartd-libopenjdkd-host-dependency 460 LOCAL_MODULE := art-libartd-libopenjdkd-target-dependency
|
/art/tools/ |
D | libcore_failures.txt | 154 description: "Non-deterministic test because of a dependency on weak ref collection.",
|