Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dcontexts.h269 EXTENSION_INDEX, enumerator
427 Object* extension() { return get(EXTENSION_INDEX); } in extension()
428 void set_extension(Object* object) { set(EXTENSION_INDEX, object); } in set_extension()
430 JSModule* module() { return JSModule::cast(get(EXTENSION_INDEX)); } in module()
431 void set_module(JSModule* module) { set(EXTENSION_INDEX, module); } in set_module()
Dgdb-jit.cc1157 DCHECK(Context::EXTENSION_INDEX == 2); in WriteBodyInternal()
Dcode-stubs-hydrogen.cc1534 HObjectAccess::ForContextSlot(Context::EXTENSION_INDEX), in BuildCodeStub()
Dheap-snapshot-generator.cc1268 EXTRACT_CONTEXT_FIELD(EXTENSION_INDEX, Object, extension); in ExtractContextReferences()
/external/chromium_org/v8/src/arm64/
Dfull-codegen-arm64.cc937 __ Ldr(x1, ContextMemOperand(x1, Context::EXTENSION_INDEX)); in VisitModuleDeclaration()
1376 __ Ldr(temp, ContextMemOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1399 __ Ldr(temp, ContextMemOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1431 __ Ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1440 __ Ldr(temp, ContextMemOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
/external/chromium_org/v8/src/x87/
Dfull-codegen-x87.cc870 __ mov(eax, ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitModuleDeclaration()
1300 __ cmp(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions()
1329 __ cmp(ContextOperand(temp, Context::EXTENSION_INDEX), Immediate(0)); in EmitLoadGlobalCheckExtensions()
1364 __ cmp(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
1374 __ cmp(ContextOperand(context, Context::EXTENSION_INDEX), Immediate(0)); in ContextSlotOperandCheckExtensions()
/external/chromium_org/v8/src/ia32/
Dfull-codegen-ia32.cc877 __ mov(eax, ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitModuleDeclaration()
1311 __ cmp(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions()
1340 __ cmp(ContextOperand(temp, Context::EXTENSION_INDEX), Immediate(0)); in EmitLoadGlobalCheckExtensions()
1375 __ cmp(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
1385 __ cmp(ContextOperand(context, Context::EXTENSION_INDEX), Immediate(0)); in ContextSlotOperandCheckExtensions()
/external/chromium_org/v8/src/x64/
Dfull-codegen-x64.cc900 __ movp(rax, ContextOperand(rax, Context::EXTENSION_INDEX)); in VisitModuleDeclaration()
1345 __ cmpp(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions()
1375 __ cmpp(ContextOperand(temp, Context::EXTENSION_INDEX), Immediate(0)); in EmitLoadGlobalCheckExtensions()
1409 __ cmpp(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
1419 __ cmpp(ContextOperand(context, Context::EXTENSION_INDEX), Immediate(0)); in ContextSlotOperandCheckExtensions()
/external/chromium_org/v8/src/mips/
Dfull-codegen-mips.cc934 __ lw(a1, ContextOperand(a1, Context::EXTENSION_INDEX)); in VisitModuleDeclaration()
1375 __ lw(temp, ContextOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1400 __ lw(temp, ContextOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1433 __ lw(temp, ContextOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1442 __ lw(temp, ContextOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
/external/chromium_org/v8/src/arm/
Dfull-codegen-arm.cc942 __ ldr(r1, ContextOperand(r1, Context::EXTENSION_INDEX)); in VisitModuleDeclaration()
1389 __ ldr(temp, ContextOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1416 __ ldr(temp, ContextOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1450 __ ldr(temp, ContextOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1460 __ ldr(temp, ContextOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
/external/chromium_org/v8/src/mips64/
Dfull-codegen-mips64.cc929 __ ld(a1, ContextOperand(a1, Context::EXTENSION_INDEX)); in VisitModuleDeclaration()
1370 __ ld(temp, ContextOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1395 __ ld(temp, ContextOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1428 __ ld(temp, ContextOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1437 __ ld(temp, ContextOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()