| /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 | 47 bool first = true; in PrintPostInstruction() local 60 bool first = true; in PrintPostInstruction() local
|
| D | instruction_builder.cc | 708 HInstruction* first = LoadLocal(instruction.VRegB_12x(), type); in Unop_12x() local 717 HInstruction* first = LoadLocal(instruction.VRegB_12x(), input_type); in Conversion_12x() local 726 HInstruction* first = LoadLocal(instruction.VRegB_23x(), type); in Binop_23x() local 736 HInstruction* first = LoadLocal(instruction.VRegB_23x(), type); in Binop_23x_shift() local 746 HInstruction* first = LoadLocal(instruction.VRegB_23x(), type); in Binop_23x_cmp() local 756 HInstruction* first = LoadLocal(instruction.VRegA_12x(), type); in Binop_12x_shift() local 766 HInstruction* first = LoadLocal(instruction.VRegA_12x(), type); in Binop_12x() local 774 HInstruction* first = LoadLocal(instruction.VRegB_22s(), DataType::Type::kInt32); in Binop_22s() local 785 HInstruction* first = LoadLocal(instruction.VRegB_22b(), DataType::Type::kInt32); in Binop_22b() local 2475 HInstruction* first = LoadLocal(first_vreg, type); in BuildCheckedDivRem() local
|
| /art/test/170-interface-init/src/ |
| D | Main.java | 28 final CountDownLatch first = new CountDownLatch(1); in main() local
|
| /art/profman/ |
| D | inline_cache_format_util.cc | 40 bool first = true; in GetInlineCacheLine() local
|
| /art/libartbase/base/ |
| 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 | intrusive_forward_list.h | 154 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() 189 void assign(InputIterator first, InputIterator last) { in assign() 207 iterator insert_after(const_iterator position, InputIterator first, InputIterator last) { in insert_after() 258 const_iterator first, in splice_after() 287 const_iterator first, in splice_after()
|
| D | iteration_range.h | 36 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()
|
| D | bit_vector_test.cc | 501 BitVector first(2, true, Allocator::GetCallocAllocator()); in TEST() local 513 BitVector first(2, true, Allocator::GetCallocAllocator()); in TEST() local 527 BitVector first(2, true, Allocator::GetCallocAllocator()); in TEST() local 536 BitVector first(5, true, Allocator::GetCallocAllocator()); in TEST() local 546 BitVector first(5, true, Allocator::GetCallocAllocator()); in TEST() local
|
| D | malloc_arena_pool.cc | 150 void MallocArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
|
| D | array_ref.h | 205 bool first = true; variable
|
| D | array_slice.h | 176 bool first = true; variable
|
| D | arena_allocator.cc | 130 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump()
|
| /art/runtime/interpreter/ |
| D | lock_count_data.cc | 97 mirror::Object* first = (*monitors_)[0]; in CheckAllMonitorsReleasedOrThrow() local
|
| /art/compiler/debug/ |
| D | elf_symtab_writer.h | 59 const MethodDebugInfo* first = methods.front(); in GetDedupedName() local
|
| D | elf_debug_line_writer.h | 223 bool first = true; in WriteCompilationUnit() local
|
| /art/runtime/base/ |
| D | mem_map_arena_pool.cc | 149 void MemMapArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
|
| D | gc_visited_arena_pool.h | 52 uint8_t* first = first_obj_array_[i]; in VisitRoots() local
|
| /art/runtime/oat/ |
| D | oat_quick_method_header.cc | 110 bool first = true; in ToNativeQuickPcForCatchHandlers() local
|
| D | stack_map.h | 381 uint32_t first = (depth == 0) in GetInlineDexRegisterMapOf() local 392 uint32_t first, in GetDexRegisterMapOf()
|
| /art/tools/jvmti-agents/chain-agents/ |
| D | chainagents.cc | 57 std::string first(source.substr(0, source.find(delim))); in Split() local
|
| /art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
| D | ArithOpChanger.java | 162 Opcode first = opcodeList.get(0); in getLegalDifferentOpcode() local
|
| /art/libartservice/service/javatests/com/android/server/art/testing/ |
| D | TestingUtilsTest.java | 160 private void testInAnyOrderInternal(@NonNull List<Integer> first, @NonNull List<Integer> second, in testInAnyOrderInternal()
|
| /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 | 147 const uint16_t first = GetLeadingUtf16Char(pair); in ComputeUtf16HashFromModifiedUtf8() local
|