Searched refs:ContextLength (Results 1 – 7 of 7) sorted by relevance
372 var_index == scope_info.ContextLength() - 1); in Create()408 DCHECK_EQ(scope->num_heap_slots(), scope_info_handle->ContextLength()); in Create()464 DCHECK_EQ(scope_info->ContextHeaderLength(), scope_info->ContextLength()); in CreateForWithScope()566 DCHECK_EQ(scope_info->ContextLength(), 0); in CreateForBootstrapping()568 DCHECK_EQ(scope_info->ContextLength(), in CreateForBootstrapping()685 int ScopeInfo::ContextLength() const { in ContextLength() function in v8::internal::ScopeInfo807 bool ScopeInfo::HasContext() const { return ContextLength() > 0; } in HasContext()970 DCHECK_LT(context_slot, ContextLength()); in ContextSlotIndex()
82 int ContextLength() const;
861 int ContextLength() const;
1548 HEAP_ACCESSOR_C(ScopeInfo, int, ContextLength) in HEAP_ACCESSOR_C() argument
1298 int const context_length = scope_info.ContextLength(); in ReduceJSCreateBlockContext()
1195 int variadic_part_length = scope_info->ContextLength(); in NewScriptContext()1221 int variadic_part_length = scope_info->ContextLength(); in NewModuleContext()1246 int variadic_part_length = scope_info->ContextLength(); in NewFunctionContext()1320 int variadic_part_length = scope_info->ContextLength(); in NewBlockContext()
2820 DCHECK_LT(slot_index, scope_info->ContextLength()); in FinalizeReparsedClassScope()