Searched refs:ContextSlotIndex (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | contexts.cc | 45 int slot_index = ScopeInfo::ContextSlotIndex( in Lookup() 313 int slot_index = ScopeInfo::ContextSlotIndex(scope_info, name, &mode, in Lookup()
|
D | objects.h | 4555 static int ContextSlotIndex(Handle<ScopeInfo> scope_info, Handle<String> name,
|
/external/v8/src/debug/ |
D | debug-frames.cc | 196 return ScopeInfo::ContextSlotIndex(info, parameter_name, &mode, &init_flag, in ParameterIsShadowedByContextLocal()
|
D | debug-scopes.cc | 664 int context_index = ScopeInfo::ContextSlotIndex( in SetContextVariableValue()
|
/external/v8/src/ast/ |
D | scopeinfo.cc | 657 int ScopeInfo::ContextSlotIndex(Handle<ScopeInfo> scope_info, in ContextSlotIndex() function in v8::internal::ScopeInfo
|
D | scopes.cc | 820 index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode, in LookupInScopeInfo()
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 663 int context_slot_index = ScopeInfo::ContextSlotIndex( in RUNTIME_FUNCTION()
|