/art/runtime/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 | arena_allocator.cc | 127 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump() 344 void ArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
|
/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 | instruction_builder.cc | 497 HInstruction* first = LoadLocal(instruction.VRegA(), Primitive::kPrimInt); in If_22t() local 518 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Unop_12x() local 527 HInstruction* first = LoadLocal(instruction.VRegB(), input_type); in Conversion_12x() local 536 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x() local 546 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_shift() local 556 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_cmp() local 566 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x_shift() local 576 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x() local 584 HInstruction* first = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); in Binop_22s() local 595 HInstruction* first = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); in Binop_22b() local [all …]
|
D | dead_code_elimination.cc | 187 HInstruction* first = block->GetFirstInstruction(); in SimplifyIfs() local
|
D | block_builder.cc | 232 const Instruction& first = GetDexInstructionAt(code_item_, catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors() local
|
D | register_allocator_test.cc | 822 HInstruction* first = new (allocator) HParameterValue( in BuildDiv() local 914 LiveInterval* first = BuildInterval(ranges1, arraysize(ranges1), &allocator, -1, one); in TEST_F() local
|
/art/compiler/utils/ |
D | intrusive_forward_list.h | 148 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() 183 void assign(InputIterator first, InputIterator last) { in assign() 201 iterator insert_after(const_iterator position, InputIterator first, InputIterator last) { in insert_after() 252 const_iterator first, in splice_after() 281 const_iterator first, in splice_after()
|
D | assembler.h | 344 void AppendRawData(const std::vector<uint8_t>& raw_data, size_t first, size_t last) { in AppendRawData()
|
/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 | 38 static bool first = true; in Java_Main_deoptimizeAll() local
|
/art/compiler/utils/arm/ |
D | assembler_arm_test.h | 97 bool first = true; in RepeatTemplatedRRIIC() local 188 bool first = true; in RepeatTemplatedRRiiC() local 274 bool first = true; in RepeatTemplatedRRC() local 340 bool first = true; in RepeatTemplatedRRRC() local 404 bool first = true; in RepeatTemplatedRSC() local 460 bool first = true; in RepeatTemplatedRRSC() local
|
/art/runtime/mirror/ |
D | dex_cache.h | 470 IntType first; member 499 uint64_t first, second; in AtomicLoadRelaxed16B() local 510 uint64_t first, second; in AtomicStoreRelease16B() local
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 193 bool first = false; // Is this first feature? in AddFeaturesFromString() local
|
/art/test/098-ddmc/src/ |
D | Main.java | 79 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
|
/art/compiler/debug/ |
D | elf_debug_line_writer.h | 225 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/runtime/ |
D | utf.cc | 177 const uint16_t first = GetLeadingUtf16Char(pair); in ComputeUtf16HashFromModifiedUtf8() local
|
D | reference_table.cc | 164 int first = count - kLast; in Dump() local
|
D | utf_test.cc | 309 static void codePointToSurrogatePair(uint32_t code_point, uint16_t &first, uint16_t &second) { in codePointToSurrogatePair()
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 510 bool first = true; in Run() local
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | CodeTranslator.java | 335 MTryBlock first = mutatableCode.mutatableTries.get(i); in updateTryBlocks() local
|