Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopeinfo.cc190 DCHECK_EQ(index, scope_info->StackLocalFirstSlotIndex()); in Create()
314 DCHECK_EQ(index, scope_info->StackLocalFirstSlotIndex()); in CreateForWithScope()
367 DCHECK_EQ(index, scope_info->StackLocalFirstSlotIndex()); in CreateGlobalThisBinding()
570 int first_slot_index = Smi::cast(get(StackLocalFirstSlotIndex()))->value(); in StackLocalIndex()
622 int first_slot_index = Smi::cast(get(StackLocalFirstSlotIndex()))->value(); in StackSlotIndex()
756 int ScopeInfo::StackLocalFirstSlotIndex() { in StackLocalFirstSlotIndex() function in v8::internal::ScopeInfo
760 int ScopeInfo::StackLocalNamesIndex() { return StackLocalFirstSlotIndex() + 1; } in StackLocalNamesIndex()
/external/v8/src/
Dobjects.h4685 int StackLocalFirstSlotIndex();