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

  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 64 parameters_.Reset(new HParameter*[descriptor_->register_param_count_]);
71 ASSERT(parameter < descriptor_->register_param_count_);
139 int param_count = descriptor_->register_param_count_;
287 if (descriptor->register_param_count_ < 0) {
code-stubs.h 281 int register_param_count_; member in struct:v8::internal::CodeStubInterfaceDescriptor
292 return register_param_count_ + 1;
294 return register_param_count_;
297 bool initialized() const { return register_param_count_ >= 0; }
321 ((index) == (descriptor)->register_param_count_) \
    [all...]
code-stubs.cc 43 : register_param_count_(-1),
deoptimizer.cc     [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 45 descriptor->register_param_count_ = 1;
55 descriptor->register_param_count_ = 3;
66 descriptor->register_param_count_ = 4;
77 descriptor->register_param_count_ = 1;
87 descriptor->register_param_count_ = 2;
98 descriptor->register_param_count_ = 1;
108 descriptor->register_param_count_ = 1;
118 descriptor->register_param_count_ = 3;
129 descriptor->register_param_count_ = 2;
141 descriptor->register_param_count_ = 1
    [all...]
deoptimizer-arm.cc 372 int params = descriptor->register_param_count_;
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 50 descriptor->register_param_count_ = 1;
60 descriptor->register_param_count_ = 3;
71 descriptor->register_param_count_ = 4;
82 descriptor->register_param_count_ = 1;
92 descriptor->register_param_count_ = 2;
103 descriptor->register_param_count_ = 1;
113 descriptor->register_param_count_ = 1;
123 descriptor->register_param_count_ = 3;
134 descriptor->register_param_count_ = 2;
150 descriptor->register_param_count_ = 2
    [all...]
deoptimizer-ia32.cc 477 int params = descriptor->register_param_count_;
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 46 descriptor->register_param_count_ = 1;
56 descriptor->register_param_count_ = 3;
67 descriptor->register_param_count_ = 4;
78 descriptor->register_param_count_ = 1;
88 descriptor->register_param_count_ = 2;
99 descriptor->register_param_count_ = 1;
109 descriptor->register_param_count_ = 1;
119 descriptor->register_param_count_ = 3;
130 descriptor->register_param_count_ = 2;
142 descriptor->register_param_count_ = 1
    [all...]
deoptimizer-mips.cc 357 int params = descriptor->register_param_count_;
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 46 descriptor->register_param_count_ = 1;
56 descriptor->register_param_count_ = 3;
67 descriptor->register_param_count_ = 4;
78 descriptor->register_param_count_ = 1;
88 descriptor->register_param_count_ = 2;
99 descriptor->register_param_count_ = 1;
109 descriptor->register_param_count_ = 1;
119 descriptor->register_param_count_ = 3;
130 descriptor->register_param_count_ = 2;
146 descriptor->register_param_count_ = 2
    [all...]
deoptimizer-x64.cc 362 int params = descriptor->register_param_count_;

Completed in 59 milliseconds