Home
last modified time | relevance | path

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

12

/art/libartbase/base/
Dbit_vector_test.cc146 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
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.h149 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()
Diteration_range.h35 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()
Dmalloc_arena_pool.cc134 void MallocArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
Darena_allocator.cc130 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump()
/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/compiler/optimizing/
Dpretty_printer.h46 bool first = true; in PrintPostInstruction() local
59 bool first = true; in PrintPostInstruction() local
Ddead_code_elimination.cc243 HInstruction* first = block->GetFirstInstruction(); in SimplifyAlwaysThrows() local
327 HInstruction* first = block->GetFirstInstruction(); in SimplifyIfs() local
Dinstruction_builder.cc615 HInstruction* first = LoadLocal(instruction.VRegA(), DataType::Type::kInt32); in If_22t() local
636 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Unop_12x() local
645 HInstruction* first = LoadLocal(instruction.VRegB(), input_type); in Conversion_12x() local
654 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x() local
664 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_shift() local
674 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_cmp() local
684 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x_shift() local
694 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x() local
702 HInstruction* first = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_22s() local
713 HInstruction* first = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_22b() local
[all …]
Dregister_allocator_test.cc793 HInstruction* first = new (GetAllocator()) HParameterValue( in BuildDiv() local
876 LiveInterval* first = BuildInterval(ranges1, arraysize(ranges1), GetScopedAllocator(), -1, one); in TEST_F() local
Dblock_builder.cc258 const Instruction& first = code_item_accessor_.InstructionAt(catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors() 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/test/597-deopt-new-string/
Ddeopt.cc39 static bool first = true; in Java_Main_deoptimizeAll() local
/art/runtime/mirror/
Ddex_cache.h509 IntType first; member
538 uint64_t first, second; in AtomicLoadRelaxed16B() local
549 uint64_t first, second; in AtomicStoreRelease16B() local
/art/test/098-ddmc/src/
DMain.java79 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
/art/runtime/base/
Dmem_map_arena_pool.cc137 void MemMapArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
/art/compiler/debug/
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/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
Dutf_test.cc311 static void codePointToSurrogatePair(uint32_t code_point, uint16_t &first, uint16_t &second) { in codePointToSurrogatePair()
/art/runtime/
Dreference_table.cc166 int first = count - kLast; in Dump() local

12