Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 54) sorted by relevance

123

/art/test/626-const-class-linking/src/
DClassPair.java18 public Class<?> first; field in ClassPair
21 public ClassPair(Class<?> first, Class<?> second) { in ClassPair()
/art/runtime/base/
Datomic_pair.h36 IntType first; member
58 uint64_t first, second; in AtomicPairLoadAcquire() local
69 uint64_t first, second; in AtomicPairStoreRelease() local
Dmem_map_arena_pool.cc137 void MemMapArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
/art/libartbase/base/
Dbit_vector_test.cc175 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() local
187 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() local
201 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() local
210 BitVector first(5, true, Allocator::GetMallocAllocator()); in TEST() local
220 BitVector first(5, true, Allocator::GetMallocAllocator()); in TEST() local
Ddchecked_vector.h72 : 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()
Dintrusive_forward_list.h148 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()
Diteration_range.h36 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()
Dmalloc_arena_pool.cc134 void MallocArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
Darray_ref.h205 bool first = true; variable
Darray_slice.h176 bool first = true; variable
Darena_allocator.cc132 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump()
/art/compiler/optimizing/
Dpretty_printer.h46 bool first = true; in PrintPostInstruction() local
59 bool first = true; in PrintPostInstruction() local
Dexecution_subgraph.cc277 const HBasicBlock* first = graph_->GetBlocks()[unreachable.GetHighestBitSet()]; in RecalculateExcludedCohort() local
325 bool first = true; in Dump() local
337 bool first = true; in Dump() local
Dinstruction_builder.cc651 HInstruction* first = LoadLocal(instruction.VRegA(), DataType::Type::kInt32); in If_22t() local
672 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Unop_12x() local
681 HInstruction* first = LoadLocal(instruction.VRegB(), input_type); in Conversion_12x() local
690 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x() local
700 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_shift() local
710 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_cmp() local
720 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x_shift() local
730 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x() local
738 HInstruction* first = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_22s() local
749 HInstruction* first = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_22b() local
[all …]
Ddead_code_elimination.cc349 HInstruction* first = block->GetFirstInstruction(); in SimplifyIfs() local
/art/test/170-interface-init/src/
DMain.java28 final CountDownLatch first = new CountDownLatch(1); in main() local
/art/runtime/interpreter/
Dlock_count_data.cc97 mirror::Object* first = (*monitors_)[0]; in CheckAllMonitorsReleasedOrThrow() local
/art/compiler/debug/
Delf_symtab_writer.h58 const MethodDebugInfo* first = methods.front(); in GetDedupedName() local
Delf_debug_line_writer.h221 bool first = true; in WriteCompilationUnit() local
/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc57 std::string first(source.substr(0, source.find(delim))); in Split() local
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java162 Opcode first = opcodeList.get(0); in getLegalDifferentOpcode() local
/art/libartbase/base/metrics/
Dmetrics_common.cc132 bool first = true; in ReportHistogram() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatArrayInstance.java231 Value first = mValues.get(0); in getReferences() local
/art/libdexfile/dex/
Dutf.cc181 const uint16_t first = GetLeadingUtf16Char(pair); in ComputeUtf16HashFromModifiedUtf8() local
/art/runtime/
Dreference_table.cc166 int first = count - kLast; in Dump() local

123