Home
last modified time | relevance | path

Searched refs:EXTENSION_INDEX (Results 1 – 25 of 34) sorted by relevance

12

/external/v8/src/
Dcontexts-inl.h63 return HeapObject::cast(get(EXTENSION_INDEX)); in extension()
66 set(EXTENSION_INDEX, object); in set_extension()
Dcontexts.cc361 Object* ext = context->get(EXTENSION_INDEX); in Lookup()
Dcontexts.h460 EXTENSION_INDEX, enumerator
Dgdb-jit.cc1204 DCHECK(Context::EXTENSION_INDEX == 2); in WriteBodyInternal()
/external/v8/src/compiler/
Djs-create-lowering.cc804 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateFunctionContext()
839 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateWithContext()
872 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateCatchContext()
901 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateBlockContext()
Dbytecode-graph-builder.cc860 NewNode(javascript()->LoadContext(d, Context::EXTENSION_INDEX, false), in CheckContextExtensions()
1088 NewNode(javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in VisitLdaModuleVariable()
1098 NewNode(javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in VisitStaModuleVariable()
Djs-generic-lowering.cc325 jsgraph()->IntPtrConstant(Context::SlotOffset(Context::EXTENSION_INDEX)), in LowerJSStoreGlobal()
Dast-graph-builder.cc3668 return BuildLoadNativeContextField(Context::EXTENSION_INDEX); in BuildLoadGlobalObject()
3878 javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in TryLoadDynamicVariable()
3925 javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in TryLoadDynamicVariable()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1116 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions()
1142 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
1151 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
2013 Context::EXTENSION_INDEX)); in EmitVariableAssignment()
2813 __ push(ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1124 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions()
1150 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
1159 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
2021 Context::EXTENSION_INDEX)); in EmitVariableAssignment()
2821 __ push(ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1153 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions()
1179 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
1188 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
2812 __ Push(ContextOperand(rax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
/external/v8/src/interpreter/
Dinterpreter.cc474 __ LoadContextElement(native_context, Context::EXTENSION_INDEX); in DoStaGlobal()
849 __ LoadContextElement(module_context, Context::EXTENSION_INDEX); in DoLdaModuleVariable()
892 __ LoadContextElement(module_context, Context::EXTENSION_INDEX); in DoStaModuleVariable()
Dinterpreter-assembler.cc138 LoadContextElement(cur_context.value(), Context::EXTENSION_INDEX); in GotoIfHasContextExtensionUpToDepth()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1171 __ LoadP(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1198 __ LoadP(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1207 __ LoadP(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1200 __ ld(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1227 __ ld(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1236 __ ld(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1187 __ Ldr(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1214 __ Ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1223 __ Ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1199 __ lw(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1226 __ lw(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1235 __ lw(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1200 __ ldr(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1227 __ ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1236 __ ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1137 __ LoadP(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1163 __ LoadP(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1172 __ LoadP(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
/external/v8/src/arm/
Dmacro-assembler-arm.h630 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
/external/v8/src/x64/
Dmacro-assembler-x64.h1415 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h465 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
/external/v8/src/mips/
Dmacro-assembler-mips.h1032 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
/external/v8/src/arm64/
Dmacro-assembler-arm64.h1694 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()

12