Home
last modified time | relevance | path

Searched refs:StackLocalFirstSlotIndex (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Dscope-info.cc195 DCHECK_EQ(index, scope_info->StackLocalFirstSlotIndex()); in Create()
319 DCHECK_EQ(index, scope_info->StackLocalFirstSlotIndex()); in CreateForWithScope()
372 DCHECK_EQ(index, scope_info->StackLocalFirstSlotIndex()); in CreateGlobalThisBinding()
555 int first_slot_index = Smi::cast(get(StackLocalFirstSlotIndex()))->value(); in StackLocalIndex()
602 int first_slot_index = Smi::cast(get(StackLocalFirstSlotIndex()))->value(); in StackSlotIndex()
732 int ScopeInfo::StackLocalFirstSlotIndex() { in StackLocalFirstSlotIndex() function in v8::internal::ScopeInfo
736 int ScopeInfo::StackLocalNamesIndex() { return StackLocalFirstSlotIndex() + 1; } in StackLocalNamesIndex()
Dscope-info.h281 int StackLocalFirstSlotIndex();