Searched refs:local_count (Results 1 – 8 of 8) sorted by relevance
66 environment->local_count() + environment->push_count(); in BuildOsrLoopEntry()
375 int local_count = scope_info->ContextLocalCount(); in CopyContextLocalsToScopeObject() local376 if (local_count == 0) return true; in CopyContextLocalsToScopeObject()380 for (int i = 0; i < local_count; ++i) { in CopyContextLocalsToScopeObject()
573 int local_count() const { return local_count_; } in local_count() function587 return parameter_count() + specials_count() + local_count(); in first_expression_index()726 void Initialize(int parameter_count, int local_count, int stack_height);
11346 int local_count = scope_info->LocalCount(); in RUNTIME_FUNCTION() local11351 local_count--; in RUNTIME_FUNCTION()11355 isolate->factory()->NewFixedArray(local_count * 2); in RUNTIME_FUNCTION()11368 if (local < local_count) { in RUNTIME_FUNCTION()11445 2 * (argument_count + local_count) + in RUNTIME_FUNCTION()11460 Smi::FromInt(local_count)); in RUNTIME_FUNCTION()11511 for (int i = 0; i < local_count * 2; i++) { in RUNTIME_FUNCTION()
11984 int local_count, in Initialize() argument11987 local_count_ = local_count; in Initialize()11990 int total = parameter_count + specials_count_ + local_count + stack_height; in Initialize()12178 if (i == env.parameter_count() + env.specials_count() + env.local_count()) { in operator <<()
169 int local_count; /* Number of SPLIT_LOCAL */ member
238 &iph1->mode_cfg->local_count);
1317 &iph1->mode_cfg->local_count);