Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopeinfo.cc19 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone); in Create()
324 return StackLocalCount() + ContextLocalCount(); in LocalCount()
332 return StackLocalCount() + (function_name_stack_slot ? 1 : 0); in StackSlotCount()
421 DCHECK(StackLocalEntriesIndex() + StackLocalCount() == in LocalName()
429 DCHECK(0 <= var && var < StackLocalCount()); in StackLocalName()
436 DCHECK(0 <= var && var < StackLocalCount()); in StackLocalIndex()
519 int end = StackLocalEntriesIndex() + StackLocalCount(); in StackSlotIndex()
675 return StackLocalEntriesIndex() + StackLocalCount(); in ContextLocalNameEntriesIndex()
825 StackLocalEntriesIndex() + StackLocalCount(), this); in Print()
Dscopes.h517 int StackLocalCount() const;
Dscopes.cc1680 int Scope::StackLocalCount() const { in StackLocalCount() function in v8::internal::Scope
/external/v8/src/debug/
Ddebug-frames.cc122 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in MaterializeStackLocals()
164 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in UpdateStackLocalsFromMaterializedObject()
Ddebug-scopes.cc636 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in SetLocalVariableValue()
682 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in SetBlockVariableValue()
784 int first_context_var = scope_info->StackLocalCount(); in CopyContextLocalsToScopeObject()
Dliveedit.cc765 ZoneList<Variable*> stack_list(current_scope->StackLocalCount(), zone); in SerializeFunctionScope()
/external/v8/src/
Dgdb-jit.cc1154 int slots = scope->StackLocalCount(); in WriteBodyInternal()
1158 int locals = scope->StackLocalCount(); in WriteBodyInternal()
1353 int slots = scope->StackLocalCount(); in WriteBodyInternal()
1357 int locals = scope->StackLocalCount(); in WriteBodyInternal()
Dframes.cc1257 int stack_locals_count = scope_info->StackLocalCount(); in Print()
Dobjects.h4160 V(StackLocalCount) \
/external/v8/src/crankshaft/
Dtyping.cc63 int locals = scope_->StackLocalCount(); in ObserveTypesAtOsrEntry()
/external/v8/src/runtime/
Druntime-debug.cc549 for (; i < scope_info->StackLocalCount(); ++i) { in RUNTIME_FUNCTION()