Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc52 global->native_context()->script_context_table(), isolate); in DeclareGlobal()
677 Handle<ScriptContextTable> script_context_table( in RUNTIME_FUNCTION() local
678 native_context->script_context_table(), isolate); in RUNTIME_FUNCTION()
681 FindNameClash(isolate, scope_info, global_object, script_context_table); in RUNTIME_FUNCTION()
691 ScriptContextTable::Extend(script_context_table, result); in RUNTIME_FUNCTION()
/external/v8/src/debug/
Ddebug-scopes.cc493 ->script_context_table() in DebugPrint()
544 global->native_context()->script_context_table(), isolate_); in VisitScriptScope()
894 context_->global_object()->native_context()->script_context_table(), in SetScriptVariableValue()
/external/v8/src/compiler/
Djs-heap-broker.h244 V(ScriptContextTable, script_context_table)
Djs-native-context-specialization.cc752 native_context().script_context_table().lookup(name); in ReduceJSLoadGlobal()
781 native_context().script_context_table().lookup(name); in ReduceJSStoreGlobal()
/external/v8/src/
Dcontexts.cc221 context->global_object()->native_context()->script_context_table(), in Lookup()
Dcontexts.h284 V(SCRIPT_CONTEXT_TABLE_INDEX, ScriptContextTable, script_context_table) \
Dbootstrapper.cc1195 native_context()->script_context_table(), isolate()); in InstallGlobalThisBinding()
1447 Handle<ScriptContextTable> script_context_table = in InitializeGlobal() local
1449 native_context()->set_script_context_table(*script_context_table); in InitializeGlobal()
Dcode-stub-assembler.cc9293 TNode<ScriptContextTable> script_context_table = CAST( in LoadScriptContext() local
9297 script_context_table, context_index, in LoadScriptContext()
Dapi.cc9758 context->global_object()->native_context()->script_context_table(), in GlobalLexicalScopeNames()
/external/v8/src/ic/
Dic.cc489 global->native_context()->script_context_table(), isolate()); in Load()
1343 global->native_context()->script_context_table(), isolate()); in Store()
2217 native_context->script_context_table(), isolate); in RUNTIME_FUNCTION()
2334 native_context->script_context_table(), isolate); in RUNTIME_FUNCTION()
/external/v8/src/heap/
Dsetup-heap-internal.cc468 ALLOCATE_VARSIZE_MAP(SCRIPT_CONTEXT_TABLE_TYPE, script_context_table) in CreateInitialMaps()