/external/v8/src/ |
D | contexts-inl.h | 63 return HeapObject::cast(get(EXTENSION_INDEX)); in extension() 66 set(EXTENSION_INDEX, object); in set_extension() 70 JSModule* Context::module() { return JSModule::cast(get(EXTENSION_INDEX)); } in module() 71 void Context::set_module(JSModule* module) { set(EXTENSION_INDEX, module); } in set_module()
|
D | contexts.h | 384 EXTENSION_INDEX, enumerator
|
D | contexts.cc | 378 Object* obj = context->get(EXTENSION_INDEX); in Lookup()
|
D | gdb-jit.cc | 1203 DCHECK(Context::EXTENSION_INDEX == 2); in WriteBodyInternal()
|
D | code-stubs-hydrogen.cc | 2015 HObjectAccess::ForContextSlot(Context::EXTENSION_INDEX), in BuildCodeStub()
|
/external/v8/src/compiler/ |
D | js-create-lowering.cc | 670 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateFunctionContext() 699 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), object); in ReduceJSCreateWithContext() 724 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), name); in ReduceJSCreateCatchContext() 755 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateBlockContext()
|
D | js-generic-lowering.cc | 306 jsgraph()->IntPtrConstant(Context::SlotOffset(Context::EXTENSION_INDEX)), in LowerJSStoreGlobal()
|
D | ast-graph-builder.cc | 3716 return BuildLoadNativeContextField(Context::EXTENSION_INDEX); in BuildLoadGlobalObject() 3926 javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in TryLoadDynamicVariable() 3973 javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in TryLoadDynamicVariable()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1120 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1148 __ JumpIfNotRoot(ContextOperand(temp, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1172 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 1181 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 2085 Context::EXTENSION_INDEX)); in EmitVariableAssignment() 2991 __ push(ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1112 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1140 __ JumpIfNotRoot(ContextOperand(temp, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1164 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 1173 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 2077 Context::EXTENSION_INDEX)); in EmitVariableAssignment() 2983 __ push(ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1149 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1178 __ JumpIfNotRoot(ContextOperand(temp, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1202 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 1211 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 2984 __ Push(ContextOperand(rax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1186 __ Ldr(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1209 __ Ldr(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1234 __ Ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions() 1243 __ Ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 1193 __ ld(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1218 __ ld(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1243 __ ld(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions() 1252 __ ld(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 1198 __ ldr(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1224 __ ldr(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1249 __ ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions() 1258 __ ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 1128 __ LoadP(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1153 __ LoadP(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1177 __ LoadP(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions() 1186 __ LoadP(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1160 __ LoadP(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1186 __ LoadP(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1211 __ LoadP(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions() 1220 __ LoadP(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 1192 __ lw(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1217 __ lw(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1242 __ lw(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions() 1251 __ lw(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 609 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1402 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 452 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 446 Node* global = __ LoadContextSlot(native_context, Context::EXTENSION_INDEX); in DoStaGlobal()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 1034 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1727 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 753 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 1085 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|