Searched defs:second (Results 1 – 5 of 5) sorted by relevance
/art/test/113-multidex/src/ |
D | Main.java | 21 Inf1 second = new Second(); in main() local
|
/art/compiler/optimizing/ |
D | builder.cc | 142 HInstruction* second = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); in If_22t() local 275 HInstruction* second = LoadLocal(instruction.VRegC(), type); in Binop_23x() local 283 HInstruction* second = LoadLocal(instruction.VRegB(), type); in Binop_12x() local 291 HInstruction* second = GetIntConstant(instruction.VRegC_22s()); in Binop_22s() local 302 HInstruction* second = GetIntConstant(instruction.VRegC_22b()); 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()
|
/art/compiler/dex/ |
D | post_opt_passes.cc | 91 AllNodesIterator second(mir_graph); in Start() local
|
/art/test/098-ddmc/src/ |
D | Main.java | 75 Allocations second = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
|