Home
last modified time | relevance | path

Searched refs:StackLocalIndex (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/debug/
Ddebug-frames.cc136 Handle<Object> value = GetExpression(scope_info->StackLocalIndex(i)); in MaterializeStackLocals()
182 int index = scope_info->StackLocalIndex(i); in UpdateStackLocalsFromMaterializedObject()
Ddebug-scopes.cc643 frame->SetExpression(scope_info->StackLocalIndex(i), *new_value); in SetStackVariableValue()
/external/v8/src/objects/
Dscope-info.h115 int StackLocalIndex(int var);
Dscope-info.cc552 int ScopeInfo::StackLocalIndex(int var) { in StackLocalIndex() function in v8::internal::ScopeInfo
/external/v8/src/runtime/
Druntime-debug.cc602 frame_inspector.GetExpression(scope_info->StackLocalIndex(i)); in RUNTIME_FUNCTION()