Searched refs:EXTENSION_INDEX (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-async-generator-gen.cc | 215 CAST(LoadContextElement(context, Context::EXTENSION_INDEX)); in AsyncGeneratorAwaitResumeClosure() 598 CAST(LoadContextElement(context, Context::EXTENSION_INDEX)); in TF_BUILTIN() 678 CAST(LoadContextElement(context, Context::EXTENSION_INDEX)); in TF_BUILTIN() 696 CAST(LoadContextElement(context, Context::EXTENSION_INDEX)); in TF_BUILTIN()
|
D | builtins-async-gen.cc | 103 StoreContextElementNoWriteBarrier(closure_context, Context::EXTENSION_INDEX, in Await()
|
D | builtins-async-function-gen.cc | 37 CAST(LoadContextElement(context, Context::EXTENSION_INDEX)); in AsyncFunctionAwaitResumeClosure()
|
/third_party/node/deps/v8/src/objects/ |
D | contexts.cc | 385 Object ext = context->get(EXTENSION_INDEX); in Lookup() 508 set(EXTENSION_INDEX, object, mode); in set_extension() 542 Context::OffsetOfElementAt(NativeContext::EXTENSION_INDEX));
|
D | contexts.h | 537 EXTENSION_INDEX, enumerator 556 MIN_CONTEXT_SLOTS = EXTENSION_INDEX, 557 MIN_CONTEXT_EXTENDED_SLOTS = EXTENSION_INDEX + 1,
|
D | contexts-inl.h | 138 return HeapObject::cast(get(EXTENSION_INDEX)); in extension()
|
/third_party/node/deps/v8/src/compiler/ |
D | js-context-specialization.cc | 278 base::Optional<ObjectRef> module = context.get(Context::EXTENSION_INDEX); in ReduceJSGetImportMeta()
|
D | bytecode-graph-builder.cc | 1724 javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false)); in CheckContextExtensionAtDepth() 2148 NewNode(javascript()->LoadContext(depth, Context::EXTENSION_INDEX, true)); in VisitLdaModuleVariable() 2157 NewNode(javascript()->LoadContext(depth, Context::EXTENSION_INDEX, true)); in VisitStaModuleVariable()
|
D | js-create-lowering.cc | 1268 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateWithContext()
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-generator.cc | 772 CAST(LoadContextElement(module_context, Context::EXTENSION_INDEX)); in IGNITION_HANDLER() 817 CAST(LoadContextElement(module_context, Context::EXTENSION_INDEX)); in IGNITION_HANDLER()
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1324 entry, "extension", context.get(Context::EXTENSION_INDEX), in ExtractContextReferences() 1325 FixedArray::OffsetOfElementAt(Context::EXTENSION_INDEX)); in ExtractContextReferences()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | gdb-jit.cc | 1130 DCHECK_EQ(Context::EXTENSION_INDEX, 2); in WriteBodyInternal()
|
/third_party/node/deps/v8/src/ic/ |
D | accessor-assembler.cc | 3377 LoadContextElement(native_context, Context::EXTENSION_INDEX); in LoadGlobalIC_TryHandlerCase() 3435 CAST(LoadContextElement(native_context, Context::EXTENSION_INDEX)); in LoadGlobalIC_NoFeedback()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 2845 CAST(LoadContextElement(module_context, Context::EXTENSION_INDEX)); in GetImportMetaObject() 11954 LoadContextElement(cur_context.value(), Context::EXTENSION_INDEX); in GotoIfHasContextExtensionUpToDepth()
|