Home
last modified time | relevance | path

Searched refs:ScriptContextTable (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcontexts-inl.h31 OBJECT_CONSTRUCTORS_IMPL(ScriptContextTable, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
32 CAST_ACCESSOR(ScriptContextTable) in OBJECT_CONSTRUCTORS_IMPL()
34 int ScriptContextTable::used(AcquireLoadTag tag) const { in OBJECT_CONSTRUCTORS_IMPL()
38 void ScriptContextTable::set_used(int used, ReleaseStoreTag tag) { in set_used()
42 ACCESSORS(ScriptContextTable, names_to_context_index, NameToIndexHashTable, in ACCESSORS() argument
46 Handle<Context> ScriptContextTable::GetContext(Isolate* isolate, in ACCESSORS()
47 Handle<ScriptContextTable> table, in ACCESSORS()
52 Context ScriptContextTable::get_context(int i) const { in get_context()
57 Context ScriptContextTable::get_context(int i, AcquireLoadTag tag) const { in get_context()
289 ScriptContextTable script_context_table) { in synchronized_set_script_context_table()
[all …]
Dcontexts.cc17 void ScriptContextTable::AddLocalNamesFromContext( in AddLocalNamesFromContext()
18 Isolate* isolate, Handle<ScriptContextTable> script_context_table, in AddLocalNamesFromContext()
42 Handle<ScriptContextTable> ScriptContextTable::Extend( in Extend()
43 Isolate* isolate, Handle<ScriptContextTable> table, in Extend()
45 Handle<ScriptContextTable> result; in Extend()
54 result = Handle<ScriptContextTable>::cast(copy); in Extend()
59 ScriptContextTable::AddLocalNamesFromContext(isolate, result, script_context, in Extend()
76 bool ScriptContextTable::Lookup(Handle<String> name, in Lookup()
243 ScriptContextTable script_contexts = in Lookup()
Dcontexts.h266 V(SCRIPT_CONTEXT_TABLE_INDEX, ScriptContextTable, script_context_table) \
383 class ScriptContextTable : public FixedArray {
385 DECL_CAST(ScriptContextTable)
390 Handle<ScriptContextTable> table,
399 Isolate* isolate, Handle<ScriptContextTable> script_context_table,
412 V8_EXPORT_PRIVATE static Handle<ScriptContextTable> Extend(
413 Isolate* isolate, Handle<ScriptContextTable> table,
423 OBJECT_CONSTRUCTORS(ScriptContextTable, FixedArray);
732 ScriptContextTable script_context_table);
733 inline ScriptContextTable synchronized_script_context_table() const;
Dobject-list-macros.h55 class ScriptContextTable; variable
210 V(ScriptContextTable) \
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h32 class ScriptContextTable; variable
95 BACKGROUND_SERIALIZED(ScriptContextTable) \
560 V(ScriptContextTable, script_context_table)
816 DEFINE_REF_CONSTRUCTOR(ScriptContextTable, FixedArrayRef)
818 Handle<ScriptContextTable> object() const;
Dheap-refs.cc870 Handle<ScriptContextTable> object, ObjectDataKind kind) in ScriptContextTableData()
/third_party/node/deps/v8/src/execution/
Dexecution.cc207 Handle<ScriptContextTable> script_context( in NewScriptContext()
217 Handle<Context> context = ScriptContextTable::GetContext( in NewScriptContext()
270 Handle<ScriptContextTable> new_script_context_table = in NewScriptContext()
271 ScriptContextTable::Extend(isolate, script_context, result, in NewScriptContext()
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc737 Handle<ScriptContextTable> script_contexts( in VisitScriptScope()
743 Handle<Context> context = ScriptContextTable::GetContext( in VisitScriptScope()
1095 Handle<ScriptContextTable> script_contexts( in SetScriptVariableValue()
1100 Handle<Context> script_context = ScriptContextTable::GetContext( in SetScriptVariableValue()
Ddebug-interface.cc1079 i::Handle<i::ScriptContextTable> table( in GlobalLexicalScopeNames()
1084 i::ScriptContextTable::GetContext(isolate, table, i); in GlobalLexicalScopeNames()
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc54 Handle<ScriptContextTable> script_contexts( in DeclareGlobal()
875 Handle<ScriptContextTable> script_contexts( in RUNTIME_FUNCTION()
881 Handle<Context> script_context = ScriptContextTable::GetContext( in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/heap/
Dfactory.h64 class ScriptContextTable; variable
347 Handle<ScriptContextTable> NewScriptContextTable();
Dfactory.cc1207 Handle<ScriptContextTable> Factory::NewScriptContextTable() { in NewScriptContextTable()
1208 Handle<ScriptContextTable> context_table = Handle<ScriptContextTable>::cast( in NewScriptContextTable()
1210 ScriptContextTable::kMinLength)); in NewScriptContextTable()
/third_party/node/deps/v8/src/ic/
Dic.cc530 Handle<ScriptContextTable> script_contexts( in Load()
535 Handle<Context> script_context = ScriptContextTable::GetContext( in Load()
1693 Handle<ScriptContextTable> script_contexts( in Store()
1698 Handle<Context> script_context = ScriptContextTable::GetContext( in Store()
2964 Handle<ScriptContextTable> script_contexts( in RUNTIME_FUNCTION()
2969 Handle<Context> script_context = ScriptContextTable::GetContext( in RUNTIME_FUNCTION()
Daccessor-assembler.cc3389 TNode<ScriptContextTable> script_context_table = CAST( in ScriptContextTableLookup()
3394 script_context_table, ScriptContextTable::kUsedSlotIndex))); in ScriptContextTableLookup()
3405 ScriptContextTable::kFirstContextSlotIndex * kTaggedSize)); in ScriptContextTableLookup()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc1272 Handle<ScriptContextTable> script_contexts( in InstallGlobalThisBinding()
1284 Handle<ScriptContextTable> new_script_contexts = in InstallGlobalThisBinding()
1285 ScriptContextTable::Extend(isolate(), script_contexts, context); in InstallGlobalThisBinding()
1553 Handle<ScriptContextTable> script_context_table = in InitializeGlobal()
/third_party/node/deps/v8/src/builtins/
Dbase.tq238 extern class ScriptContextTable extends FixedArray;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc10665 TNode<ScriptContextTable> script_context_table = CAST( in LoadScriptContext()
10670 ScriptContextTable::kFirstContextSlotIndex * kTaggedSize)); in LoadScriptContext()