HomeSort by relevance Sort by last modified time
    Searched defs:inputs_ (Results 1 - 5 of 5) sorted by null

  /external/v8/src/arm/
lithium-arm.h 304 LOperand* InputAt(int i) { return inputs_[i]; }
314 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
475 inputs_[0] = receiver;
476 inputs_[1] = function;
481 LOperand* receiver() { return inputs_[0]; }
482 LOperand* function() { return inputs_[1]; }
492 inputs_[0] = function;
493 inputs_[1] = receiver;
494 inputs_[2] = length;
495 inputs_[3] = elements
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 300 LOperand* InputAt(int i) { return inputs_[i]; }
307 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
423 inputs_[0] = context;
429 LOperand* context() { return inputs_[0]; }
465 inputs_[0] = receiver;
466 inputs_[1] = function;
472 LOperand* receiver() { return inputs_[0]; }
473 LOperand* function() { return inputs_[1]; }
483 inputs_[0] = function;
484 inputs_[1] = receiver
    [all...]
  /external/v8/src/mips/
lithium-mips.h 303 LOperand* InputAt(int i) { return inputs_[i]; }
313 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
474 inputs_[0] = receiver;
475 inputs_[1] = function;
480 LOperand* receiver() { return inputs_[0]; }
481 LOperand* function() { return inputs_[1]; }
491 inputs_[0] = function;
492 inputs_[1] = receiver;
493 inputs_[2] = length;
494 inputs_[3] = elements
    [all...]
  /external/v8/src/x64/
lithium-x64.h 305 LOperand* InputAt(int i) { return inputs_[i]; }
315 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
476 inputs_[0] = receiver;
477 inputs_[1] = function;
482 LOperand* receiver() { return inputs_[0]; }
483 LOperand* function() { return inputs_[1]; }
493 inputs_[0] = function;
494 inputs_[1] = receiver;
495 inputs_[2] = length;
496 inputs_[3] = elements
    [all...]
  /external/v8/src/
hydrogen-instructions.h 873 HValue* OperandAt(int i) { return inputs_[i]; }
876 void InternalSetOperandAt(int i, HValue* value) { inputs_[i] = value; }
879 EmbeddedContainer<HValue*, V> inputs_;
925 HValue* OperandAt(int i) { return inputs_[i]; }
929 void InternalSetOperandAt(int i, HValue* value) { inputs_[i] = value; }
933 EmbeddedContainer<HValue*, V> inputs_;
2346 ZoneList<HValue*> inputs_; member in class:v8::HPhi
    [all...]

Completed in 53 milliseconds