Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dpretty_printer.h44 bool first = true; in PrintPostInstruction() local
57 bool first = true; in PrintPostInstruction() local
Dbuilder.cc141 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
Dnodes.h918 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()
Dnodes.cc95 HBasicBlock* HGraph::FindCommonDominator(HBasicBlock* first, HBasicBlock* second) const { in FindCommonDominator()
Dregister_allocator.cc767 HInstruction* first = block->GetFirstInstruction(); in InsertParallelMoveAtEntryOf() local
/art/compiler/utils/
Darena_allocator.cc83 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, in Dump()
189 void ArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
Darena_allocator.h77 void Dump(std::ostream& os, const Arena* first, ssize_t lost_bytes_adjustment) const { in Dump()
/art/compiler/dex/
Dpost_opt_passes.cc85 AllNodesIterator first(mir_graph); in Start() local
/art/test/098-ddmc/src/
DMain.java72 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
/art/runtime/
Dreference_table.cc160 int first = count - kLast; in Dump() local
Djni_internal.cc483 bool first = true; in Dump() local
/art/compiler/dex/quick/mips/
Dutility_mips.cc358 LIR *first = NULL; in LoadBaseIndexed() local
411 LIR *first = NULL; in StoreBaseIndexed() local
/art/oatdump/
Doatdump.cc677 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/
Djdwp_main.cc469 bool first = true; in Run() local
/art/disassembler/
Ddisassembler_arm.cc184 bool first = true; in operator <<() local
226 FpRegister first; member
/art/compiler/dex/quick/
Dcodegen_util.cc38 const Signature& signature, uint32_t size, It first) { in DumpMappingTable()