/external/chromium_org/v8/src/ |
D | hydrogen-uint32-analysis.cc | 125 for (int j = 0; j < phi->OperandCount(); j++) { in CheckPhiOperands() 149 for (int j = 0; j < phi->OperandCount(); j++) { in UnmarkPhi()
|
D | hydrogen-mark-deoptimize.cc | 33 for (int i = phi->OperandCount() - 1; i >= 0; --i) { in ProcessPhi()
|
D | hydrogen-representation-changes.cc | 153 for (int i = 0; i < current->OperandCount(); ++i) { in Run() 170 for (int i = 0; i < current->OperandCount(); ++i) { in Run()
|
D | hydrogen-instructions.cc | 125 for (int i = 0; i < OperandCount(); ++i) { in AddDependantsToWorklist() 420 if (OperandCount() != other->OperandCount()) return false; in Equals() 421 for (int i = 0; i < OperandCount(); ++i) { in Equals() 432 int count = OperandCount(); in Hashcode() 511 for (int i = 0; i < OperandCount(); ++i) { in Kill() 642 for (int i = 0; i < OperandCount(); ++i) { in PrintDataTo() 740 for (int i = 0; i < OperandCount(); ++i) { in Verify() 1082 for (int i = 0; i < OperandCount(); i++) { in PrintDataTo() 1708 for (int i = 0; i < OperandCount(); i++) { in PrintDataTo() 1801 for (int i = 1; i < OperandCount(); ++i) { in InferRange() [all …]
|
D | hydrogen-dce.cc | 22 for (int i = 0; i < instr->OperandCount(); ++i) { in MarkLive()
|
D | hydrogen-range-analysis.cc | 226 for (int i = 0; i < phi->OperandCount(); ++i) { in PropagateMinusZeroChecks()
|
D | hydrogen-escape-analysis.cc | 225 for (int i = 0; i < instr->OperandCount(); i++) { in AnalyzeDataFlow()
|
D | lithium.cc | 629 int length = value->OperandCount(); in AddObjectToMaterialize()
|
D | hydrogen-instructions.h | 664 virtual int OperandCount() const = 0; 1188 DCHECK(0 <= index && index < OperandCount()); in set_operand_position() 1189 position_.ensure_storage_for_operand_positions(zone, OperandCount()); in set_operand_position() 1237 virtual int OperandCount() const FINAL OVERRIDE { return V; } in OperandCount() function 1309 int OperandCount() const OVERRIDE { return V; } in OperandCount() function 1849 virtual int OperandCount() const OVERRIDE { return values_.length(); } in OperandCount() function 2133 virtual int OperandCount() const FINAL OVERRIDE { in OperandCount() function 2333 virtual int OperandCount() const FINAL OVERRIDE { in OperandCount() function 3281 virtual int OperandCount() const OVERRIDE { return inputs_.length(); } in OperandCount() function 3383 virtual int OperandCount() const FINAL OVERRIDE { in OperandCount() function
|
D | hydrogen-gvn.cc | 611 for (int i = 0; i < instr->OperandCount(); ++i) { in ProcessLoopBlock()
|
D | lithium-allocator.cc | 1021 for (int j = 0; j < phi->OperandCount(); ++j) { in ResolvePhis()
|
D | hydrogen.cc | 3898 for (int k = 0; k < phi->OperandCount(); k++) { in CheckConstPhiUses() 12024 DCHECK(phi->OperandCount() == block->predecessors()->length()); in AddIncomingEdge()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.cc | 846 if (current->OperandCount() == 0) { in VisitInstruction() 853 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction() 1037 int argc = instr->OperandCount(); in DoPushArguments() 1102 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor() 1104 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor() 2176 for (int i = 0; i < candidate->OperandCount(); ++i) { in FindDehoistedKeyDefinitions()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.cc | 833 if (current->OperandCount() == 0) { in VisitInstruction() 840 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction() 1022 int argc = instr->OperandCount(); in DoPushArguments() 1087 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor() 1089 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.cc | 833 if (current->OperandCount() == 0) { in VisitInstruction() 840 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction() 1022 int argc = instr->OperandCount(); in DoPushArguments() 1087 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor() 1089 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.cc | 823 if (current->OperandCount() == 0) { in VisitInstruction() 830 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction() 1017 int argc = instr->OperandCount(); in DoPushArguments() 1082 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor() 1084 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.cc | 862 if (current->OperandCount() == 0) { in VisitInstruction() 869 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction() 1077 int argc = instr->OperandCount(); in DoPushArguments() 1141 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor() 1143 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.cc | 863 if (current->OperandCount() == 0) { in VisitInstruction() 870 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction() 1058 int argc = instr->OperandCount(); in DoPushArguments() 1122 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor() 1124 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.cc | 661 if (current->OperandCount() == 0) { in VisitInstruction() 668 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction() 1036 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor() 1038 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor() 2029 int argc = instr->OperandCount(); in DoPushArguments()
|