Home
last modified time | relevance | path

Searched refs:ContextSlotIndex (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dcontexts.cc45 int slot_index = ScopeInfo::ContextSlotIndex( in Lookup()
313 int slot_index = ScopeInfo::ContextSlotIndex(scope_info, name, &mode, in Lookup()
Dobjects.h4555 static int ContextSlotIndex(Handle<ScopeInfo> scope_info, Handle<String> name,
/external/v8/src/debug/
Ddebug-frames.cc196 return ScopeInfo::ContextSlotIndex(info, parameter_name, &mode, &init_flag, in ParameterIsShadowedByContextLocal()
Ddebug-scopes.cc664 int context_index = ScopeInfo::ContextSlotIndex( in SetContextVariableValue()
/external/v8/src/ast/
Dscopeinfo.cc657 int ScopeInfo::ContextSlotIndex(Handle<ScopeInfo> scope_info, in ContextSlotIndex() function in v8::internal::ScopeInfo
Dscopes.cc820 index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode, in LookupInScopeInfo()
/external/v8/src/runtime/
Druntime-debug.cc663 int context_slot_index = ScopeInfo::ContextSlotIndex( in RUNTIME_FUNCTION()