| /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 | 74 : Base(first, last, alloc) { } in Base() argument 161 iterator insert(const_iterator position, InputIterator first, InputIterator last) { in insert() 179 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 | 117 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump() 269 void ArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
|
| /art/compiler/optimizing/ |
| D | pretty_printer.h | 44 bool first = true; in PrintPostInstruction() local 57 bool first = true; in PrintPostInstruction() local
|
| D | instruction_builder.cc | 474 HInstruction* first = LoadLocal(instruction.VRegA(), Primitive::kPrimInt); in If_22t() local 495 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Unop_12x() local 504 HInstruction* first = LoadLocal(instruction.VRegB(), input_type); in Conversion_12x() local 513 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x() local 523 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_shift() local 533 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_cmp() local 543 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x_shift() local 553 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x() local 561 HInstruction* first = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); in Binop_22s() local 572 HInstruction* first = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); in Binop_22b() local [all …]
|
| D | block_builder.cc | 222 const Instruction& first = GetDexInstructionAt(code_item_, catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors() local
|
| D | register_allocator_test.cc | 765 HInstruction* first = new (allocator) HParameterValue( in BuildDiv() local 849 LiveInterval* first = BuildInterval(ranges1, arraysize(ranges1), &allocator, -1, one); in TEST_F() local
|
| D | code_generator_arm.cc | 2488 Location first = locations->InAt(0); in VisitAdd() local 2563 Location first = locations->InAt(0); in VisitSub() local 2638 Location first = locations->InAt(0); in VisitMul() local 2886 Location first = locations->InAt(0); in VisitDiv() local 3024 Location first = locations->InAt(0); in VisitRem() local 3307 Location first = locations->InAt(0); in HandleShift() local 5037 DRegister first = FromLowSToD(source.AsFpuRegisterPairLow<SRegister>()); in EmitSwap() local 5785 Location first = locations->InAt(0); in VisitBitwiseNegatedRight() local 5836 void InstructionCodeGeneratorARM::GenerateAndConst(Register out, Register first, uint32_t value) { in GenerateAndConst() 5857 void InstructionCodeGeneratorARM::GenerateOrrConst(Register out, Register first, uint32_t value) { in GenerateOrrConst() [all …]
|
| D | register_allocator.cc | 364 Location first = locations->InAt(0); in ProcessInstruction() local 1563 HInstruction* first = block->GetFirstInstruction(); in InsertParallelMoveAtEntryOf() local
|
| D | nodes.h | 3039 : HBinaryOperation(Primitive::kPrimBoolean, first, second, SideEffects::None(), dex_pc) { in HBinaryOperation() argument 3120 : HCondition(first, second, dex_pc) {} in HCondition() argument 3164 : HCondition(first, second, dex_pc) {} in HCondition() argument 3207 : HCondition(first, second, dex_pc) {} in HCondition() argument 3244 : HCondition(first, second, dex_pc) {} in HCondition() argument 3281 : HCondition(first, second, dex_pc) {} in HCondition() argument 3318 : HCondition(first, second, dex_pc) {} in HCondition() argument 3355 : HCondition(first, second, dex_pc) {} in HCondition() argument 3395 : HCondition(first, second, dex_pc) {} in HCondition() argument 3435 : HCondition(first, second, dex_pc) {} in HCondition() argument [all …]
|
| /art/compiler/utils/ |
| D | intrusive_forward_list.h | 138 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() 173 void assign(InputIterator first, InputIterator last) { in assign() 191 iterator insert_after(const_iterator position, InputIterator first, InputIterator last) { in insert_after() 242 const_iterator first, in splice_after() 271 const_iterator first, in splice_after()
|
| D | assembler.h | 340 void AppendRawData(const std::vector<uint8_t>& raw_data, size_t first, size_t last) { in AppendRawData()
|
| /art/test/597-deopt-new-string/ |
| D | deopt.cc | 37 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/test/098-ddmc/src/ |
| D | Main.java | 72 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
|
| /art/runtime/arch/ |
| D | instruction_set_features.cc | 222 bool first = false; // Is this first feature? in AddFeaturesFromString() local
|
| /art/compiler/debug/ |
| D | elf_debug_line_writer.h | 224 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 | reference_table.cc | 159 int first = count - kLast; in Dump() local
|
| D | utf.cc | 185 const uint16_t first = GetLeadingUtf16Char(pair); in ComputeUtf16HashFromModifiedUtf8() 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 | 503 bool first = true; in Run() local
|
| /art/compiler/ |
| D | compiled_method.h | 126 SrcMap(InputIt first, InputIt last, const Allocator& alloc) in SrcMap()
|
| /art/tools/dexfuzz/src/dexfuzz/program/ |
| D | CodeTranslator.java | 328 MTryBlock first = mutatableCode.mutatableTries.get(i); in updateTryBlocks() local
|