Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.cc129 int index = scope_info->ContextSlotIndex(*name, &mode); in Lookup()
160 int index = scope_info->ContextSlotIndex( in Lookup()
226 int index = scope_info->ContextSlotIndex(*name, &mode); in GlobalIfNotShadowedByEval()
Dscopeinfo.h140 int ContextSlotIndex(String* name, Variable::Mode* mode);
Dscopes.cc167 scope_info_->ContextSlotIndex( in Scope()
312 int index = scope_info_->ContextSlotIndex(*name, &mode); in LocalLookup()
Dscopeinfo.cc449 int SerializedScopeInfo::ContextSlotIndex(String* name, Variable::Mode* mode) { in ContextSlotIndex() function in v8::internal::SerializedScopeInfo
Druntime.cc9488 context->get(scope_info->ContextSlotIndex(*name, NULL))); in RUNTIME_FUNCTION()
9650 int context_index = serialized_scope_info->ContextSlotIndex( in CopyContextLocalsToScopeObject()
9761 shared->scope_info()->ContextSlotIndex( in MaterializeClosure()
10508 index = scope_info->ContextSlotIndex(isolate->heap()->arguments_symbol(), in GetArgumentsObject()
Dprofile-generator.cc1914 int idx = serialized_scope_info->ContextSlotIndex(local_name, NULL); in ExtractClosureReferences()