/external/v8/src/ |
D | contexts-inl.h | 64 return HeapObject::cast(get(EXTENSION_INDEX)); in extension() 67 set(EXTENSION_INDEX, object); in set_extension()
|
D | contexts.h | 480 EXTENSION_INDEX, enumerator
|
D | contexts.cc | 363 Object* ext = context->get(EXTENSION_INDEX); in Lookup()
|
D | gdb-jit.cc | 1204 DCHECK(Context::EXTENSION_INDEX == 2); in WriteBodyInternal()
|
/external/v8/src/compiler/ |
D | js-create-lowering.cc | 871 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateFunctionContext() 906 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateWithContext() 939 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateCatchContext() 968 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateBlockContext()
|
D | bytecode-graph-builder.cc | 888 NewNode(javascript()->LoadContext(d, Context::EXTENSION_INDEX, false)); in CheckContextExtensions() 1134 NewNode(javascript()->LoadContext(depth, Context::EXTENSION_INDEX, true)); in VisitLdaModuleVariable() 1143 NewNode(javascript()->LoadContext(depth, Context::EXTENSION_INDEX, true)); in VisitStaModuleVariable()
|
D | js-generic-lowering.cc | 279 jsgraph()->IntPtrConstant(Context::SlotOffset(Context::EXTENSION_INDEX)), in LowerJSStoreGlobal()
|
D | ast-graph-builder.cc | 2657 return BuildLoadNativeContextField(Context::EXTENSION_INDEX); in BuildLoadGlobalObject()
|
/external/v8/src/builtins/ |
D | builtins-constructor.cc | 358 StoreFixedArrayElement(function_context, Context::EXTENSION_INDEX, in EmitFastNewFunctionContext()
|
D | builtins-promise.cc | 214 StoreContextElementNoWriteBarrier(context, Context::EXTENSION_INDEX, in CreatePromiseContext()
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 454 p.receiver = LoadContextElement(native_context, Context::EXTENSION_INDEX); in HandleLoadGlobalICHandlerCase() 1562 LoadContextElement(native_context, Context::EXTENSION_INDEX); in LoadGlobalIC_TryHandlerCase()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 584 __ LoadContextElement(native_context, Context::EXTENSION_INDEX); in DoStaGlobal() 997 __ LoadContextElement(module_context, Context::EXTENSION_INDEX); in DoLdaModuleVariable() 1040 __ LoadContextElement(module_context, Context::EXTENSION_INDEX); in DoStaModuleVariable()
|
D | interpreter-assembler.cc | 153 LoadContextElement(cur_context.value(), Context::EXTENSION_INDEX); in GotoIfHasContextExtensionUpToDepth()
|
D | bytecode-generator.cc | 2793 .LoadContextSlot(native_context, Context::EXTENSION_INDEX, 0, in VisitDelete()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1649 Context::EXTENSION_INDEX)); in EmitVariableAssignment() 2176 __ push(ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1639 Context::EXTENSION_INDEX)); in EmitVariableAssignment() 2166 __ push(ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 644 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1359 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 465 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1620 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 1010 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 819 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 1063 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 2165 __ Push(ContextOperand(rax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1235 EXTRACT_CONTEXT_FIELD(EXTENSION_INDEX, HeapObject, extension); in ExtractContextReferences()
|