Searched defs:first (Results 1 – 16 of 16) sorted by relevance
/art/compiler/optimizing/ |
D | pretty_printer.h | 44 bool first = true; in PrintPostInstruction() local 57 bool first = true; in PrintPostInstruction() local
|
D | builder.cc | 141 HInstruction* first = LoadLocal(instruction.VRegA(), Primitive::kPrimInt); in If_22t() local 274 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x() local 282 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x() local 290 HInstruction* first = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); in Binop_22s() local 301 HInstruction* first = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); in Binop_22b() local
|
D | nodes.h | 918 HCondition(HInstruction* first, HInstruction* second) in HCondition() 935 HEqual(HInstruction* first, HInstruction* second) in HEqual() 950 HNotEqual(HInstruction* first, HInstruction* second) in HNotEqual() 965 HLessThan(HInstruction* first, HInstruction* second) in HLessThan() 980 HLessThanOrEqual(HInstruction* first, HInstruction* second) in HLessThanOrEqual() 995 HGreaterThan(HInstruction* first, HInstruction* second) in HGreaterThan() 1010 HGreaterThanOrEqual(HInstruction* first, HInstruction* second) in HGreaterThanOrEqual() 1028 HCompare(Primitive::Type type, HInstruction* first, HInstruction* second) in HCompare()
|
D | nodes.cc | 95 HBasicBlock* HGraph::FindCommonDominator(HBasicBlock* first, HBasicBlock* second) const { in FindCommonDominator()
|
D | register_allocator.cc | 767 HInstruction* first = block->GetFirstInstruction(); in InsertParallelMoveAtEntryOf() local
|
/art/compiler/utils/ |
D | arena_allocator.cc | 83 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump() 189 void ArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
|
D | arena_allocator.h | 77 void Dump(std::ostream& os, const Arena* first, ssize_t lost_bytes_adjustment) const { in Dump()
|
/art/compiler/dex/ |
D | post_opt_passes.cc | 85 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/ |
D | reference_table.cc | 160 int first = count - kLast; in Dump() local
|
D | jni_internal.cc | 483 bool first = true; in Dump() local
|
/art/compiler/dex/quick/mips/ |
D | utility_mips.cc | 358 LIR *first = NULL; in LoadBaseIndexed() local 411 LIR *first = NULL; in StoreBaseIndexed() local
|
/art/oatdump/ |
D | oatdump.cc | 677 bool first = true; in DumpVmap() local 724 bool first = true; in DumpGcMapRegisters() local 831 bool first = true; in DumpGcMapAtNativePcOffset() local 858 bool first = true; in DumpVRegsAtDexPc() local 1517 bool first = true; in DumpOutliers() local 1556 bool first = true; in DumpOutliers() local
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 469 bool first = true; in Run() local
|
/art/disassembler/ |
D | disassembler_arm.cc | 184 bool first = true; in operator <<() local 226 FpRegister first; member
|
/art/compiler/dex/quick/ |
D | codegen_util.cc | 38 const Signature& signature, uint32_t size, It first) { in DumpMappingTable()
|