HomeSort by relevance Sort by last modified time
    Searched refs:GetDependents (Results 1 - 3 of 3) sorted by null

  /art/runtime/
cha_test.cc 39 ASSERT_TRUE(cha.GetDependents(METHOD1).empty());
40 ASSERT_TRUE(cha.GetDependents(METHOD2).empty());
41 ASSERT_TRUE(cha.GetDependents(METHOD3).empty());
44 ASSERT_TRUE(cha.GetDependents(METHOD2).empty());
45 ASSERT_TRUE(cha.GetDependents(METHOD3).empty());
46 auto dependents = cha.GetDependents(METHOD1);
52 ASSERT_TRUE(cha.GetDependents(METHOD2).empty());
53 ASSERT_TRUE(cha.GetDependents(METHOD3).empty());
54 dependents = cha.GetDependents(METHOD1);
64 ASSERT_TRUE(cha.GetDependents(METHOD2).empty())
    [all...]
cha.h 100 const ListOfDependentPairs& GetDependents(ArtMethod* method) REQUIRES(Locks::cha_lock_);
cha.cc 44 const ClassHierarchyAnalysis::ListOfDependentPairs& ClassHierarchyAnalysis::GetDependents(
662 for (const auto& dependent : GetDependents(invalidated)) {

Completed in 168 milliseconds