/external/v8/src/ |
D | contexts-inl.h | 61 return HeapObject::cast(get(EXTENSION_INDEX)); in extension() 64 set(EXTENSION_INDEX, object); in set_extension() 68 JSModule* Context::module() { return JSModule::cast(get(EXTENSION_INDEX)); } in module() 69 void Context::set_module(JSModule* module) { set(EXTENSION_INDEX, module); } in set_module()
|
D | contexts.h | 403 EXTENSION_INDEX, enumerator
|
D | gdb-jit.cc | 1189 DCHECK(Context::EXTENSION_INDEX == 2); in WriteBodyInternal()
|
D | code-stubs-hydrogen.cc | 2119 HObjectAccess::ForContextSlot(Context::EXTENSION_INDEX), in BuildCodeStub()
|
/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 317 jsgraph()->IntPtrConstant(Context::SlotOffset(Context::EXTENSION_INDEX)), in LowerJSLoadGlobal() 367 jsgraph()->IntPtrConstant(Context::SlotOffset(Context::EXTENSION_INDEX)), in LowerJSStoreGlobal()
|
D | js-typed-lowering.cc | 1965 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateFunctionContext() 2009 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), object); in ReduceJSCreateWithContext() 2035 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), name); in ReduceJSCreateCatchContext() 2067 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension); in ReduceJSCreateBlockContext()
|
D | ast-graph-builder.cc | 3694 return BuildLoadNativeContextField(Context::EXTENSION_INDEX); in BuildLoadGlobalObject() 3912 javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in TryLoadDynamicVariable() 3954 javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in TryLoadDynamicVariable()
|
D | typer.cc | 1419 if (access.index() == Context::EXTENSION_INDEX) { in TypeJSLoadContext()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1185 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1213 __ JumpIfNotRoot(ContextOperand(temp, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1237 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 1246 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 1295 Context::EXTENSION_INDEX)); in EmitGlobalVariableLoad() 2415 Context::EXTENSION_INDEX)); in EmitVariableAssignment() 4025 __ push(ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1193 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1221 __ JumpIfNotRoot(ContextOperand(temp, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1245 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 1254 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 1303 Context::EXTENSION_INDEX)); in EmitGlobalVariableLoad() 2423 Context::EXTENSION_INDEX)); in EmitVariableAssignment() 4033 __ push(ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 244 Node* global = __ LoadContextSlot(native_context, Context::EXTENSION_INDEX); in DoLoadGlobal() 360 Node* global = __ LoadContextSlot(native_context, Context::EXTENSION_INDEX); in DoStoreGlobal()
|
D | bytecode-generator.cc | 1739 .LoadContextSlot(native_context, Context::EXTENSION_INDEX) in VisitDelete()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1223 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1252 __ JumpIfNotRoot(ContextOperand(temp, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions() 1276 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 1285 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions() 4038 __ Push(ContextOperand(rax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1267 __ Ldr(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1290 __ Ldr(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1315 __ Ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions() 1324 __ Ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 1268 __ lw(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1293 __ lw(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1318 __ lw(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions() 1327 __ lw(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1234 __ LoadP(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1260 __ LoadP(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1285 __ LoadP(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions() 1294 __ LoadP(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 1276 __ ldr(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1302 __ ldr(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1327 __ ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions() 1336 __ ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 1267 __ ld(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1292 __ ld(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions() 1317 __ ld(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions() 1326 __ ld(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 601 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1366 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 428 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 933 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1675 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 1000 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1262 EXTRACT_CONTEXT_FIELD(EXTENSION_INDEX, HeapObject, extension); in ExtractContextReferences()
|