Home
last modified time | relevance | path

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

12

/art/runtime/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()
Diteration_range.h35 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()
Darena_allocator.cc127 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/
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
Dinstruction_builder.cc497 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 …]
Ddead_code_elimination.cc187 HInstruction* first = block->GetFirstInstruction(); in SimplifyIfs() local
Dblock_builder.cc232 const Instruction& first = GetDexInstructionAt(code_item_, catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors() local
Dregister_allocator_test.cc822 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/
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()
Dassembler.h344 void AppendRawData(const std::vector<uint8_t>& raw_data, size_t first, size_t last) { in AppendRawData()
/art/runtime/interpreter/
Dlock_count_data.cc97 mirror::Object* first = (*monitors_)[0]; in CheckAllMonitorsReleasedOrThrow() local
/art/test/597-deopt-new-string/
Ddeopt.cc38 static bool first = true; in Java_Main_deoptimizeAll() local
/art/compiler/utils/arm/
Dassembler_arm_test.h97 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/
Ddex_cache.h470 IntType first; member
499 uint64_t first, second; in AtomicLoadRelaxed16B() local
510 uint64_t first, second; in AtomicStoreRelease16B() local
/art/runtime/arch/
Dinstruction_set_features.cc193 bool first = false; // Is this first feature? in AddFeaturesFromString() local
/art/test/098-ddmc/src/
DMain.java79 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
/art/compiler/debug/
Delf_debug_line_writer.h225 bool first = true; in WriteCompilationUnit() local
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java162 Opcode first = opcodeList.get(0); in getLegalDifferentOpcode() local
/art/runtime/
Dutf.cc177 const uint16_t first = GetLeadingUtf16Char(pair); in ComputeUtf16HashFromModifiedUtf8() local
Dreference_table.cc164 int first = count - kLast; in Dump() local
Dutf_test.cc309 static void codePointToSurrogatePair(uint32_t code_point, uint16_t &first, uint16_t &second) { in codePointToSurrogatePair()
/art/runtime/jdwp/
Djdwp_main.cc510 bool first = true; in Run() local
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java335 MTryBlock first = mutatableCode.mutatableTries.get(i); in updateTryBlocks() local

12