Searched refs:dependency (Results 1 – 12 of 12) 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 | 298 void AddDependency(SchedulingNode* node, SchedulingNode* dependency, bool is_data_dependency); 299 void AddDataDependency(SchedulingNode* node, SchedulingNode* dependency) { in AddDataDependency() argument 300 AddDependency(node, dependency, /*is_data_dependency*/true); in AddDataDependency() 302 void AddOtherDependency(SchedulingNode* node, SchedulingNode* dependency) { in AddOtherDependency() argument 303 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 if (!HasImmediateDataDependency(node, dependency)) { in AddDependency() 47 node->AddDataPredecessor(dependency); in AddDependency() 49 } else if (!HasImmediateOtherDependency(node, dependency)) { in AddDependency() 50 node->AddOtherPredecessor(dependency); in AddDependency()
|
/art/tools/amm/models/ |
D | SoCode.md | 9 library was loaded by the app or the platform, the library dependency graph,
|
/art/ |
D | .vpython | 14 # All python scripts in the repo share this same spec, to avoid dependency
|
D | Android.mk | 486 LOCAL_MODULE := art-libartd-libopenjdkd-host-dependency 496 LOCAL_MODULE := art-libartd-libopenjdkd-target-dependency
|
/art/libprofile/ |
D | Android.bp | 141 // TODO: Remove CommonRuntimeTest dependency from these tests.
|
/art/libdexfile/ |
D | Android.bp | 256 // time dependency on dex file logic. It is therefore safe to use from binaries
|
/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/runtime/ |
D | Android.bp | 423 "libdexfile_external", // libunwindstack dependency 424 "libdexfile_support", // libunwindstack dependency
|
/art/tools/ |
D | libcore_failures.txt | 152 description: "Non-deterministic test because of a dependency on weak ref collection.",
|
/art/build/apex/ |
D | Android.bp | 32 // "required" because of cyclic dependency (b/124505714).
|