Home
last modified time | relevance | path

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

12

/external/v8/src/
Dcontexts-inl.h61 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()
Dcontexts.h403 EXTENSION_INDEX, enumerator
Dgdb-jit.cc1189 DCHECK(Context::EXTENSION_INDEX == 2); in WriteBodyInternal()
Dcode-stubs-hydrogen.cc2119 HObjectAccess::ForContextSlot(Context::EXTENSION_INDEX), in BuildCodeStub()
/external/v8/src/compiler/
Djs-generic-lowering.cc317 jsgraph()->IntPtrConstant(Context::SlotOffset(Context::EXTENSION_INDEX)), in LowerJSLoadGlobal()
367 jsgraph()->IntPtrConstant(Context::SlotOffset(Context::EXTENSION_INDEX)), in LowerJSStoreGlobal()
Djs-typed-lowering.cc1965 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()
Dast-graph-builder.cc3694 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()
Dtyper.cc1419 if (access.index() == Context::EXTENSION_INDEX) { in TypeJSLoadContext()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1185 __ 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/
Dfull-codegen-ia32.cc1193 __ 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/
Dinterpreter.cc244 Node* global = __ LoadContextSlot(native_context, Context::EXTENSION_INDEX); in DoLoadGlobal()
360 Node* global = __ LoadContextSlot(native_context, Context::EXTENSION_INDEX); in DoStoreGlobal()
Dbytecode-generator.cc1739 .LoadContextSlot(native_context, Context::EXTENSION_INDEX) in VisitDelete()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1223 __ 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/
Dfull-codegen-arm64.cc1267 __ 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/
Dfull-codegen-mips.cc1268 __ 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/
Dfull-codegen-ppc.cc1234 __ 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/
Dfull-codegen-arm.cc1276 __ 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/
Dfull-codegen-mips64.cc1267 __ 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/
Dmacro-assembler-arm.h601 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
/external/v8/src/x64/
Dmacro-assembler-x64.h1366 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h428 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
/external/v8/src/mips/
Dmacro-assembler-mips.h933 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
/external/v8/src/arm64/
Dmacro-assembler-arm64.h1675 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1000 LoadNativeContextSlot(Context::EXTENSION_INDEX, dst); in LoadGlobalObject()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1262 EXTRACT_CONTEXT_FIELD(EXTENSION_INDEX, HeapObject, extension); in ExtractContextReferences()

12