Home
last modified time | relevance | path

Searched refs:StackLocalCount (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/ast/
Dscopeinfo.cc422 return StackLocalCount() + ContextLocalCount(); in LocalCount()
430 return StackLocalCount() + (function_name_stack_slot ? 1 : 0); in StackSlotCount()
552 DCHECK(StackLocalNamesIndex() + StackLocalCount() == in LocalName()
561 DCHECK_LT(var, StackLocalCount()); in StackLocalName()
569 DCHECK_LT(var, StackLocalCount()); in StackLocalIndex()
624 int end = start + StackLocalCount(); in StackSlotIndex()
763 return StackLocalNamesIndex() + StackLocalCount(); in ContextLocalNamesIndex()
853 StackLocalNamesIndex() + StackLocalCount(), this); in Print()
Dscopes.h349 int StackLocalCount() const; in NON_EXPORTED_BASE()
Dscopes.cc2046 int Scope::StackLocalCount() const { in StackLocalCount() function in v8::internal::Scope
/external/v8/src/debug/
Ddebug-frames.cc133 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in MaterializeStackLocals()
179 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in UpdateStackLocalsFromMaterializedObject()
Ddebug-scopes.cc644 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in SetStackVariableValue()
/external/v8/src/
Dgdb-jit.cc1169 int slots = scope->StackLocalCount(); in WriteBodyInternal()
1173 int locals = scope->StackLocalCount(); in WriteBodyInternal()
1368 int slots = scope->StackLocalCount(); in WriteBodyInternal()
1372 int locals = scope->StackLocalCount(); in WriteBodyInternal()
Dframes.cc1638 int stack_locals_count = scope_info->StackLocalCount(); in Print()
Dobjects.h4627 V(StackLocalCount) \
/external/v8/src/runtime/
Druntime-debug.cc625 : scope_info->StackLocalCount(); in RUNTIME_FUNCTION()
638 for (; i < scope_info->StackLocalCount(); ++i) { in RUNTIME_FUNCTION()
/external/v8/src/crankshaft/
Dtyping.cc65 int locals = scope_->StackLocalCount(); in ObserveTypesAtOsrEntry()