| /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 | iteration_range.h | 35 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()
|
| D | arena_allocator.cc | 93 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump() 219 void ArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
|
| D | arena_allocator.h | 88 void Dump(std::ostream& os, const Arena* first, ssize_t lost_bytes_adjustment) const { in Dump()
|
| /art/compiler/optimizing/ |
| D | pretty_printer.h | 44 bool first = true; in PrintPostInstruction() local 57 bool first = true; in PrintPostInstruction() local
|
| D | builder.cc | 198 HInstruction* first = LoadLocal(instruction.VRegA(), Primitive::kPrimInt); in If_22t() local 443 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Unop_12x() local 452 HInstruction* first = LoadLocal(instruction.VRegB(), input_type); in Conversion_12x() local 459 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x() local 469 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x() local 478 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_shift() local 488 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x_cmp() local 496 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x() local 504 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x_shift() local 514 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x() local [all …]
|
| D | register_allocator_test.cc | 738 HInstruction* first = new (allocator) HParameterValue(0, Primitive::kPrimInt); in BuildDiv() local 816 LiveInterval* first = BuildInterval(ranges1, arraysize(ranges1), &allocator, -1, one); in TEST() local
|
| D | code_generator_arm.cc | 1974 Location first = locations->InAt(0); in VisitAdd() local 2049 Location first = locations->InAt(0); in VisitSub() local 2124 Location first = locations->InAt(0); in VisitMul() local 2237 Location first = locations->InAt(0); in VisitDiv() local 2355 Location first = locations->InAt(0); in VisitRem() local 2483 Location first = locations->InAt(0); in HandleShift() local 3745 DRegister first = FromLowSToD(source.AsFpuRegisterPairLow<SRegister>()); in EmitSwap() local 4029 Register first = locations->InAt(0).AsRegister<Register>(); in HandleBitwiseOperation() local 4042 Location first = locations->InAt(0); in HandleBitwiseOperation() local
|
| D | nodes.h | 1939 HCondition(HInstruction* first, HInstruction* second) in HCondition() 1965 HEqual(HInstruction* first, HInstruction* second) in HEqual() 1989 HNotEqual(HInstruction* first, HInstruction* second) in HNotEqual() 2013 HLessThan(HInstruction* first, HInstruction* second) in HLessThan() 2035 HLessThanOrEqual(HInstruction* first, HInstruction* second) in HLessThanOrEqual() 2057 HGreaterThan(HInstruction* first, HInstruction* second) in HGreaterThan() 2079 HGreaterThanOrEqual(HInstruction* first, HInstruction* second) in HGreaterThanOrEqual() 2113 HInstruction* first, in HCompare()
|
| D | code_generator_x86.cc | 1953 Location first = locations->InAt(0); in VisitAdd() local 2042 Location first = locations->InAt(0); in VisitSub() local 2123 Location first = locations->InAt(0); in VisitMul() local 2284 Location first = locations->InAt(0); in GenerateRemFP() local 2465 Location first = locations->InAt(0); in GenerateDivRemIntegral() local 2584 Location first = locations->InAt(0); in VisitDiv() local 2764 Location first = locations->InAt(0); in HandleShift() local 4513 Location first = locations->InAt(0); in HandleBitwiseOperation() local
|
| D | register_allocator.cc | 349 Location first = locations->InAt(0); in ProcessInstruction() local 1451 HInstruction* first = block->GetFirstInstruction(); in InsertParallelMoveAtEntryOf() local
|
| D | nodes.cc | 145 HBasicBlock* HGraph::FindCommonDominator(HBasicBlock* first, HBasicBlock* second) const { in FindCommonDominator() 1254 HBasicBlock* first = entry_block_->GetSuccessors().Get(0); in InlineInto() local
|
| /art/compiler/utils/arm/ |
| D | assembler_arm_test.h | 91 bool first = true; in RepeatTemplatedRRIIC() local 182 bool first = true; in RepeatTemplatedRRiiC() local 268 bool first = true; in RepeatTemplatedRRC() local 334 bool first = true; in RepeatTemplatedRRRC() local 398 bool first = true; in RepeatTemplatedRSC() local 454 bool first = true; in RepeatTemplatedRRSC() local
|
| /art/compiler/dex/ |
| D | post_opt_passes.cc | 56 AllNodesIterator first(mir_graph); in Start() 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/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
|
| /art/compiler/dex/quick/mips/ |
| D | utility_mips.cc | 571 LIR *first = nullptr; in LoadBaseIndexed() local 645 LIR *first = nullptr; in StoreBaseIndexed() local
|
| /art/compiler/ |
| D | compiled_method.h | 121 SrcMap(InputIt first, InputIt last, const Allocator& alloc) in SrcMap()
|
| D | elf_writer_debug.cc | 403 bool first = true; in WriteDebugSections() local
|
| /art/runtime/jdwp/ |
| D | jdwp_main.cc | 500 bool first = true; in Run() local
|
| /art/oatdump/ |
| D | oatdump.cc | 1047 bool first = true; in DumpVmapTable() local 1138 bool first = true; in DumpGcMapRegisters() local 1234 bool first = true; in DumpGcMapAtNativePcOffset() local 1261 bool first = true; in DumpVRegsAtDexPc() local 2005 bool first = true; in DumpOutliers() local 2044 bool first = true; in DumpOutliers() local
|
| /art/tools/dexfuzz/src/dexfuzz/program/ |
| D | CodeTranslator.java | 328 MTryBlock first = mutatableCode.mutatableTries.get(i); in updateTryBlocks() local
|
| /art/compiler/dex/quick/arm/ |
| D | target_arm.cc | 979 int ArmMir2Lir::GenDalvikArgsBulkCopy(CallInfo* info, int first, int count) { in GenDalvikArgsBulkCopy()
|