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

  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 301 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
307 LOperand* InputAt(int i) final { return inputs_[i]; }
448 inputs_[0] = value;
530 inputs_[0] = arguments;
531 inputs_[1] = length;
532 inputs_[2] = index;
537 LOperand* arguments() { return inputs_[0]; }
538 LOperand* length() { return inputs_[1]; }
539 LOperand* index() { return inputs_[2]; }
548 inputs_[0] = left
1518 ZoneList<LOperand*> inputs_; member in class:v8::internal::final
2230 ZoneList<LOperand*> inputs_; member in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 297 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
303 LOperand* InputAt(int i) final { return inputs_[i]; }
418 inputs_[0] = value;
466 inputs_[0] = context;
469 LOperand* context() { return inputs_[0]; }
530 inputs_[0] = receiver;
531 inputs_[1] = function;
537 LOperand* receiver() { return inputs_[0]; }
538 LOperand* function() { return inputs_[1]; }
548 inputs_[0] = function
1847 ZoneList<LOperand*> inputs_; member in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 297 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
303 LOperand* InputAt(int i) final { return inputs_[i]; }
418 inputs_[0] = value;
466 inputs_[0] = context;
469 LOperand* context() { return inputs_[0]; }
530 inputs_[0] = receiver;
531 inputs_[1] = function;
537 LOperand* receiver() { return inputs_[0]; }
538 LOperand* function() { return inputs_[1]; }
548 inputs_[0] = function
1822 ZoneList<LOperand*> inputs_; member in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 293 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
299 LOperand* InputAt(int i) final { return inputs_[i]; }
412 explicit LDummyUse(LOperand* value) { inputs_[0] = value; }
457 explicit LCallStub(LOperand* context) { inputs_[0] = context; }
459 LOperand* context() { return inputs_[0]; }
520 inputs_[0] = receiver;
521 inputs_[1] = function;
527 LOperand* receiver() { return inputs_[0]; }
528 LOperand* function() { return inputs_[1]; }
536 inputs_[0] = function
1754 ZoneList<LOperand*> inputs_; member in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 294 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
300 LOperand* InputAt(int i) final { return inputs_[i]; }
415 inputs_[0] = value;
463 inputs_[0] = context;
466 LOperand* context() { return inputs_[0]; }
527 inputs_[0] = receiver;
528 inputs_[1] = function;
534 LOperand* receiver() { return inputs_[0]; }
535 LOperand* function() { return inputs_[1]; }
545 inputs_[0] = function
1785 ZoneList<LOperand*> inputs_; member in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 300 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
306 LOperand* InputAt(int i) final { return inputs_[i]; }
422 inputs_[0] = value;
470 inputs_[0] = context;
473 LOperand* context() { return inputs_[0]; }
534 inputs_[0] = receiver;
535 inputs_[1] = function;
538 LOperand* receiver() { return inputs_[0]; }
539 LOperand* function() { return inputs_[1]; }
552 inputs_[0] = function
1810 ZoneList<LOperand*> inputs_; member in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 298 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
304 LOperand* InputAt(int i) final { return inputs_[i]; }
413 inputs_[0] = value;
461 inputs_[0] = context;
464 LOperand* context() { return inputs_[0]; }
527 inputs_[0] = receiver;
528 inputs_[1] = function;
532 LOperand* receiver() { return inputs_[0]; }
533 LOperand* function() { return inputs_[1]; }
547 inputs_[0] = function
1820 ZoneList<LOperand*> inputs_; member in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 303 EmbeddedContainer<LOperand*, I> inputs_; member in class:v8::internal::LTemplateInstruction
309 LOperand* InputAt(int i) final { return inputs_[i]; }
429 inputs_[0] = value;
477 inputs_[0] = context;
480 LOperand* context() { return inputs_[0]; }
543 inputs_[0] = receiver;
544 inputs_[1] = function;
548 LOperand* receiver() { return inputs_[0]; }
549 LOperand* function() { return inputs_[1]; }
563 inputs_[0] = function
1828 ZoneList<LOperand*> inputs_; member in class:v8::internal::final
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
cref.h 41 : inputs_(NULL)
74 Cref_inputs* inputs_; member in class:gold::Cref
cref.cc 339 if (this->inputs_ == NULL)
340 this->inputs_ = new Cref_inputs();
349 this->inputs_->add_object(object);
358 this->inputs_->add_archive_start(archive);
366 this->inputs_->add_archive_stop(archive);
375 && this->inputs_ != NULL)
389 this->inputs_->print_symbol_counts(symtab, f);
403 if (parameters->options().cref() && this->inputs_ != NULL)
404 this->inputs_->print_cref(symtab, f);
incremental.h 562 : inputs_(), command_line_(), command_line_key_(0),
661 { return this->inputs_.size(); }
666 { return this->inputs_; }
674 Input_list inputs_; member in class:gold::Incremental_inputs
817 : inputs_(inputs), offset_(offset)
820 this->flags_ = Swap16::readval(this->inputs_->p_ + offset + 20);
827 unsigned int offset = Swap32::readval(this->inputs_->p_ + this->offset_);
828 return this->inputs_->get_string(offset);
835 return Swap16::readval(this->inputs_->p_ + this->offset_ + 22);
843 const unsigned char* p = this->inputs_->p_ + this->offset_ + 8
1103 const Incremental_inputs_reader* inputs_; member in class:gold::Incremental_inputs_reader::Incremental_input_entry_reader
    [all...]
incremental.cc 58 : Output_section_data(size / 8), inputs_(inputs), symtab_(symtab)
129 const Incremental_inputs* inputs_; member in class:gold::Output_section_incremental_inputs
    [all...]
options.h 2172 Input_arguments inputs_; member in class:gold::Command_line
    [all...]
script.cc 1450 Input_arguments* inputs_; member in class:gold::Parser_closure
    [all...]
options.cc     [all...]
  /external/v8/src/compiler/
node.h 62 : inputs_.outline_->count_;
199 Node* inputs_[1]; member in struct:v8::internal::compiler::final::OutOfLineInputs
218 ? reinterpret_cast<Node*>(start)->inputs_.inline_
219 : reinterpret_cast<OutOfLineInputs*>(start)->inputs_;
269 return has_inline_inputs() ? &(inputs_.inline_[input_index])
270 : &inputs_.outline_->inputs_[input_index];
273 return has_inline_inputs() ? &(inputs_.inline_[input_index])
274 : &inputs_.outline_->inputs_[input_index]
320 } inputs_; member in class:v8::internal::compiler::final
    [all...]
node.cc 28 Node** new_input_ptr = inputs_;
78 node->inputs_.outline_ = outline;
83 input_ptr = outline->inputs_;
100 input_ptr = node->inputs_.inline_;
122 ? node->inputs_.inline_
123 : node->inputs_.outline_->inputs_;
161 inputs_.outline_ = outline;
164 outline = inputs_.outline_;
170 inputs_.outline_ = outline
    [all...]
  /art/compiler/optimizing/
locations.h 486 inputs_[at] = location;
490 return inputs_[at];
494 return inputs_.size();
581 Location input = inputs_[input_index];
602 ArenaVector<Location> inputs_;
locations.cc 27 : inputs_(instruction->InputCount(),
nodes.cc     [all...]
nodes.h 2255 std::array<HUserRecord<HInstruction*>, N> inputs_; member in class:art::HTemplateInstruction
3794 ArenaVector<HUserRecord<HInstruction*>> inputs_; member in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvoke
    [all...]
register_allocator_test.cc 678 ret->GetLocations()->inputs_[0] = Location::RegisterLocation(2);
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 1168 EmbeddedContainer<HValue*, V> inputs_; member in class:HTemplateInstruction
1237 EmbeddedContainer<HValue*, V> inputs_; member in class:HTemplateControlInstruction
2110 ZoneList<HValue*> inputs_; member in class:final
3334 ZoneList<HValue*> inputs_; member in class:final::final
    [all...]
hydrogen-instructions.cc     [all...]

Completed in 852 milliseconds