Searched refs:inputs_ (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/arm/ |
D | lithium-arm.h | 311 EmbeddedContainer<LOperand*, I> inputs_; 317 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; } in InputAt() 426 inputs_[0] = value; in LDummyUse() 476 inputs_[0] = context; in LCallStub() 479 LOperand* context() { return inputs_[0]; } in context() 492 inputs_[0] = context; in LTailCallThroughMegamorphicCache() 493 inputs_[1] = receiver; in LTailCallThroughMegamorphicCache() 494 inputs_[2] = name; in LTailCallThroughMegamorphicCache() 497 LOperand* context() { return inputs_[0]; } in context() 498 LOperand* receiver() { return inputs_[1]; } in receiver() [all …]
|
/external/v8/src/mips/ |
D | lithium-mips.h | 308 EmbeddedContainer<LOperand*, I> inputs_; 314 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; } in InputAt() 423 inputs_[0] = value; in LDummyUse() 475 inputs_[0] = context; in LCallStub() 478 LOperand* context() { return inputs_[0]; } in context() 491 inputs_[0] = context; in LTailCallThroughMegamorphicCache() 492 inputs_[1] = receiver; in LTailCallThroughMegamorphicCache() 493 inputs_[2] = name; in LTailCallThroughMegamorphicCache() 496 LOperand* context() { return inputs_[0]; } in context() 497 LOperand* receiver() { return inputs_[1]; } in receiver() [all …]
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 307 EmbeddedContainer<LOperand*, I> inputs_; 313 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; } in InputAt() 422 inputs_[0] = value; in LDummyUse() 474 inputs_[0] = context; in LCallStub() 477 LOperand* context() { return inputs_[0]; } in context() 490 inputs_[0] = context; in LTailCallThroughMegamorphicCache() 491 inputs_[1] = receiver; in LTailCallThroughMegamorphicCache() 492 inputs_[2] = name; in LTailCallThroughMegamorphicCache() 495 LOperand* context() { return inputs_[0]; } in context() 496 LOperand* receiver() { return inputs_[1]; } in receiver() [all …]
|
/external/v8/src/x64/ |
D | lithium-x64.h | 315 EmbeddedContainer<LOperand*, I> inputs_; 321 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; } in InputAt() 431 inputs_[0] = value; in LDummyUse() 483 inputs_[0] = context; in LCallStub() 486 LOperand* context() { return inputs_[0]; } in context() 499 inputs_[0] = context; in LTailCallThroughMegamorphicCache() 500 inputs_[1] = receiver; in LTailCallThroughMegamorphicCache() 501 inputs_[2] = name; in LTailCallThroughMegamorphicCache() 504 LOperand* context() { return inputs_[0]; } in context() 505 LOperand* receiver() { return inputs_[1]; } in receiver() [all …]
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 312 EmbeddedContainer<LOperand*, I> inputs_; 318 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; } in InputAt() 421 inputs_[0] = value; in LDummyUse() 473 inputs_[0] = context; in LCallStub() 476 LOperand* context() { return inputs_[0]; } in context() 489 inputs_[0] = context; in LTailCallThroughMegamorphicCache() 490 inputs_[1] = receiver; in LTailCallThroughMegamorphicCache() 491 inputs_[2] = name; in LTailCallThroughMegamorphicCache() 494 LOperand* context() { return inputs_[0]; } in context() 495 LOperand* receiver() { return inputs_[1]; } in receiver() [all …]
|
/external/v8/src/x87/ |
D | lithium-x87.h | 317 EmbeddedContainer<LOperand*, I> inputs_; 323 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; } in InputAt() 439 inputs_[0] = value; in LDummyUse() 491 inputs_[0] = context; in LCallStub() 494 LOperand* context() { return inputs_[0]; } in context() 507 inputs_[0] = context; in LTailCallThroughMegamorphicCache() 508 inputs_[1] = receiver; in LTailCallThroughMegamorphicCache() 509 inputs_[2] = name; in LTailCallThroughMegamorphicCache() 512 LOperand* context() { return inputs_[0]; } in context() 513 LOperand* receiver() { return inputs_[1]; } in receiver() [all …]
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 315 EmbeddedContainer<LOperand*, I> inputs_; 321 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; } in InputAt() 334 inputs_[0] = context; in LTailCallThroughMegamorphicCache() 335 inputs_[1] = receiver; in LTailCallThroughMegamorphicCache() 336 inputs_[2] = name; in LTailCallThroughMegamorphicCache() 339 LOperand* context() { return inputs_[0]; } in context() 340 LOperand* receiver() { return inputs_[1]; } in receiver() 341 LOperand* name() { return inputs_[2]; } in name() 485 inputs_[0] = value; in LDummyUse() 565 inputs_[0] = arguments; in LAccessArgumentsAt() [all …]
|
/external/v8/src/compiler/ |
D | generic-node-inl.h | 26 inputs_.static_ = reinterpret_cast<Input*>(this + 1), AssignUniqueID(graph); in GenericNode() 147 deque->push_back(inputs_.static_[i]); in EnsureAppendableInputs() 149 inputs_.appendable_ = deque; in EnsureAppendableInputs() 161 inputs_.appendable_->push_back(new_input); in AppendInput()
|
D | generic-node.h | 120 return &((*inputs_.appendable_)[index]); in GetInputRecordPtr() 122 return inputs_.static_ + index; in GetInputRecordPtr() 148 } inputs_; variable
|
/external/v8/src/ |
D | hydrogen-instructions.h | 1239 return inputs_[i]; in OperandAt() 1247 inputs_[i] = value; in InternalSetOperandAt() 1251 EmbeddedContainer<HValue*, V> inputs_; 1310 HValue* OperandAt(int i) const OVERRIDE { return inputs_[i]; } in OperandAt() 1315 inputs_[i] = value; in InternalSetOperandAt() 1320 EmbeddedContainer<HValue*, V> inputs_; variable 2130 virtual int argument_delta() const OVERRIDE { return inputs_.length(); } in argument_delta() 2134 return inputs_.length(); in OperandCount() 2137 return inputs_[i]; in OperandAt() 2146 inputs_[i] = value; in DECLARE_CONCRETE_INSTRUCTION() [all …]
|
D | hydrogen-instructions.cc | 2437 inputs_.Add(NULL, value->block()->zone()); in AddInput() 2457 inputs_.Add(NULL, value->block()->zone()); in AddInput()
|