Searched refs:third (Results 1 – 3 of 3) sorted by relevance
/art/runtime/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 | 838 LiveInterval* third = BuildInterval(ranges3, arraysize(ranges3), &allocator, -1, three); in TEST() local 839 third->first_use_ = new(&allocator) UsePosition(user, 0, false, 8, third->first_use_); in TEST() 840 third->first_use_ = new(&allocator) UsePosition(user, 0, false, 4, third->first_use_); in TEST() 841 third->first_use_ = new(&allocator) UsePosition(user, 0, false, 3, third->first_use_); in TEST() 842 locations = new (&allocator) LocationSummary(third->GetDefinedBy(), LocationSummary::kNoCall); in TEST() 844 third = third->SplitAt(3); in TEST() 864 register_allocator.unhandled_core_intervals_.Add(third); in TEST() 879 intervals.Add(third); in TEST()
|
/art/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents 242 The LLVM software contains code written by third parties. Such software will
|