Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:specials_count_

12394       specials_count_(1),
12412 specials_count_(1),
12428 specials_count_(0),
12449 specials_count_(0),
12467 int total = parameter_count + specials_count_ + local_count + stack_height;
12484 specials_count_ = other->specials_count_;
12526 return index >= parameter_count_ + specials_count_ + local_count_;