/art/libartbase/base/ |
D | bit_vector_test.cc | 146 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() local 158 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() local 172 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() local 181 BitVector first(5, true, Allocator::GetMallocAllocator()); in TEST() local 191 BitVector first(5, true, Allocator::GetMallocAllocator()); in TEST() local
|
D | dchecked_vector.h | 72 : Base(first, last, alloc) { } in Base() argument 159 iterator insert(const_iterator position, InputIterator first, InputIterator last) { in insert() 177 iterator erase(const_iterator first, const_iterator last) { in erase()
|
D | iteration_range.h | 35 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()
|
D | malloc_arena_pool.cc | 134 void MallocArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
|
D | memory_type_table_test.cc | 180 const MemoryTypeRange<int>* first = builder.Lookup(range.Start()); in TEST() local 207 auto first = builder.Lookup(range.Start()); in TEST() local
|
D | arena_allocator.cc | 130 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump()
|
/art/test/626-const-class-linking/src/ |
D | ClassPair.java | 18 public Class<?> first; field in ClassPair 21 public ClassPair(Class<?> first, Class<?> second) { in ClassPair()
|
/art/compiler/optimizing/ |
D | pretty_printer.h | 46 bool first = true; in PrintPostInstruction() local 59 bool first = true; in PrintPostInstruction() local
|
D | dead_code_elimination.cc | 243 HInstruction* first = block->GetFirstInstruction(); in SimplifyAlwaysThrows() local 327 HInstruction* first = block->GetFirstInstruction(); in SimplifyIfs() local
|
D | instruction_builder.cc | 603 HInstruction* first = LoadLocal(instruction.VRegA(), DataType::Type::kInt32); in If_22t() local 624 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Unop_12x() local 633 HInstruction* first = LoadLocal(instruction.VRegB(), input_type); in Conversion_12x() local 642 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x() local 652 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_shift() local 662 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_cmp() local 672 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x_shift() local 682 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x() local 690 HInstruction* first = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_22s() local 701 HInstruction* first = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_22b() local [all …]
|
D | block_builder.cc | 258 const Instruction& first = code_item_accessor_.InstructionAt(catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors() local
|
D | register_allocator_test.cc | 791 HInstruction* first = new (GetAllocator()) HParameterValue( in BuildDiv() local 874 LiveInterval* first = BuildInterval(ranges1, arraysize(ranges1), GetScopedAllocator(), -1, one); in TEST_F() local
|
/art/test/170-interface-init/src/ |
D | Main.java | 28 final CountDownLatch first = new CountDownLatch(1); in main() local
|
/art/compiler/utils/ |
D | intrusive_forward_list.h | 149 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() 184 void assign(InputIterator first, InputIterator last) { in assign() 202 iterator insert_after(const_iterator position, InputIterator first, InputIterator last) { in insert_after() 253 const_iterator first, in splice_after() 282 const_iterator first, in splice_after()
|
/art/runtime/interpreter/ |
D | lock_count_data.cc | 97 mirror::Object* first = (*monitors_)[0]; in CheckAllMonitorsReleasedOrThrow() local
|
/art/test/597-deopt-new-string/ |
D | deopt.cc | 39 static bool first = true; in Java_Main_deoptimizeAll() local
|
/art/runtime/mirror/ |
D | dex_cache.h | 503 IntType first; member 532 uint64_t first, second; in AtomicLoadRelaxed16B() local 543 uint64_t first, second; in AtomicStoreRelease16B() local
|
/art/test/098-ddmc/src/ |
D | Main.java | 79 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
|
/art/runtime/base/ |
D | mem_map_arena_pool.cc | 137 void MemMapArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
|
/art/compiler/debug/ |
D | elf_debug_line_writer.h | 223 bool first = true; in WriteCompilationUnit() local
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 162 Opcode first = opcodeList.get(0); in getLegalDifferentOpcode() local
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | AhatArrayInstance.java | 231 Value first = mValues.get(0); in getReferences() local
|
/art/libdexfile/dex/ |
D | utf.cc | 181 const uint16_t first = GetLeadingUtf16Char(pair); in ComputeUtf16HashFromModifiedUtf8() local
|
D | utf_test.cc | 311 static void codePointToSurrogatePair(uint32_t code_point, uint16_t &first, uint16_t &second) { in codePointToSurrogatePair()
|
/art/runtime/ |
D | reference_table.cc | 166 int first = count - kLast; in Dump() local
|