Searched refs:third (Results 1 – 4 of 4) sorted by relevance
/art/libartbase/base/ |
D | bit_vector_test.cc | 148 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST() local 151 third.SetBit(64); in TEST() 152 bool changed = first.UnionIfNotIn(&second, &third); in TEST() 160 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST() local 163 bool changed = first.UnionIfNotIn(&second, &third); in TEST()
|
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 899 LiveInterval* third = BuildInterval(ranges3, arraysize(ranges3), GetScopedAllocator(), -1, three); in TEST_F() local 900 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 8)); in TEST_F() 901 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 4)); in TEST_F() 902 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 3)); in TEST_F() 903 locations = new (GetAllocator()) LocationSummary(third->GetDefinedBy(), LocationSummary::kNoCall); in TEST_F() 905 third = third->SplitAt(3); in TEST_F() 924 register_allocator.unhandled_core_intervals_.push_back(third); in TEST_F() 939 intervals.push_back(third); in TEST_F()
|
/art/tools/jvmti-agents/enable-vlog/ |
D | README.md | 62 * `third-party-jni`
|
/art/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|