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

  /external/v8/src/arm/
lithium-arm.h 311 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
317 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; }
426 inputs_[0] = value;
476 inputs_[0] = context;
479 LOperand* context() { return inputs_[0]; }
492 inputs_[0] = context;
493 inputs_[1] = receiver;
494 inputs_[2] = name;
497 LOperand* context() { return inputs_[0]; }
498 LOperand* receiver() { return inputs_[1];
1919 ZoneList<LOperand*> inputs_; member in class:v8::internal::FINAL
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 312 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
318 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; }
421 inputs_[0] = value;
473 inputs_[0] = context;
476 LOperand* context() { return inputs_[0]; }
489 inputs_[0] = context;
490 inputs_[1] = receiver;
491 inputs_[2] = name;
494 LOperand* context() { return inputs_[0]; }
495 LOperand* receiver() { return inputs_[1];
1934 ZoneList<LOperand*> inputs_; member in class:v8::internal::FINAL
    [all...]
  /external/v8/src/mips/
lithium-mips.h 308 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
314 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; }
423 inputs_[0] = value;
475 inputs_[0] = context;
478 LOperand* context() { return inputs_[0]; }
491 inputs_[0] = context;
492 inputs_[1] = receiver;
493 inputs_[2] = name;
496 LOperand* context() { return inputs_[0]; }
497 LOperand* receiver() { return inputs_[1];
1883 ZoneList<LOperand*> inputs_; member in class:v8::internal::FINAL
    [all...]
  /external/v8/src/mips64/
lithium-mips64.h 307 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
313 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; }
422 inputs_[0] = value;
474 inputs_[0] = context;
477 LOperand* context() { return inputs_[0]; }
490 inputs_[0] = context;
491 inputs_[1] = receiver;
492 inputs_[2] = name;
495 LOperand* context() { return inputs_[0]; }
496 LOperand* receiver() { return inputs_[1];
1882 ZoneList<LOperand*> inputs_; member in class:v8::internal::FINAL
    [all...]
  /external/v8/src/x64/
lithium-x64.h 315 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
321 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; }
431 inputs_[0] = value;
483 inputs_[0] = context;
486 LOperand* context() { return inputs_[0]; }
499 inputs_[0] = context;
500 inputs_[1] = receiver;
501 inputs_[2] = name;
504 LOperand* context() { return inputs_[0]; }
505 LOperand* receiver() { return inputs_[1];
1920 ZoneList<LOperand*> inputs_; member in class:v8::internal::FINAL
    [all...]
  /external/v8/src/x87/
lithium-x87.h 317 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
323 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; }
439 inputs_[0] = value;
491 inputs_[0] = context;
494 LOperand* context() { return inputs_[0]; }
507 inputs_[0] = context;
508 inputs_[1] = receiver;
509 inputs_[2] = name;
512 LOperand* context() { return inputs_[0]; }
513 LOperand* receiver() { return inputs_[1];
1944 ZoneList<LOperand*> inputs_; member in class:v8::internal::FINAL
    [all...]
  /external/v8/src/arm64/
lithium-arm64.h 315 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
321 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; }
334 inputs_[0] = context;
335 inputs_[1] = receiver;
336 inputs_[2] = name;
339 LOperand* context() { return inputs_[0]; }
340 LOperand* receiver() { return inputs_[1]; }
341 LOperand* name() { return inputs_[2]; }
485 inputs_[0] = value;
565 inputs_[0] = arguments
1567 ZoneList<LOperand*> inputs_; member in class:v8::internal::FINAL
2330 ZoneList<LOperand*> inputs_; member in class:v8::internal::FINAL
    [all...]
  /art/compiler/optimizing/
nodes.h 1704 EmbeddedArray<HUserRecord<HInstruction*>, N> inputs_; member in class:art::HTemplateInstruction
2434 GrowableArray<HUserRecord<HInstruction*> > inputs_; member in class:art::HInvoke
3091 GrowableArray<HUserRecord<HInstruction*> > inputs_; member in class:art::HPhi
    [all...]
  /external/v8/src/
hydrogen-instructions.h 1251 EmbeddedContainer<HValue*, V> inputs_; member in class:v8::HTemplateInstruction
1320 EmbeddedContainer<HValue*, V> inputs_; member in class:v8::HTemplateControlInstruction
2155 ZoneList<HValue*> inputs_; member in class:v8::FINAL
3365 ZoneList<HValue*> inputs_; member in class:v8::FINAL::FINAL
    [all...]

Completed in 314 milliseconds