Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopeinfo.cc119 DCHECK(index == scope_info->StackLocalFirstSlotIndex()); in Create()
238 DCHECK(index == scope_info->StackLocalFirstSlotIndex()); in CreateGlobalThisBinding()
406 int first_slot_index = Smi::cast(get(StackLocalFirstSlotIndex()))->value(); in StackLocalIndex()
454 int first_slot_index = Smi::cast(get(StackLocalFirstSlotIndex()))->value(); in StackSlotIndex()
601 int ScopeInfo::StackLocalFirstSlotIndex() { in StackLocalFirstSlotIndex() function in v8::internal::ScopeInfo
607 return StackLocalFirstSlotIndex() + 1; in StackLocalEntriesIndex()
/external/v8/src/
Dobjects.h4295 int StackLocalFirstSlotIndex();