/external/chromium_org/v8/src/ |
D | contexts.h | 269 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()
|
D | gdb-jit.cc | 1157 DCHECK(Context::EXTENSION_INDEX == 2); in WriteBodyInternal()
|
D | code-stubs-hydrogen.cc | 1534 HObjectAccess::ForContextSlot(Context::EXTENSION_INDEX), in BuildCodeStub()
|
D | heap-snapshot-generator.cc | 1268 EXTRACT_CONTEXT_FIELD(EXTENSION_INDEX, Object, extension); in ExtractContextReferences()
|
/external/chromium_org/v8/src/arm64/ |
D | full-codegen-arm64.cc | 937 __ 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/ |
D | full-codegen-x87.cc | 870 __ 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/ |
D | full-codegen-ia32.cc | 877 __ 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/ |
D | full-codegen-x64.cc | 900 __ 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/ |
D | full-codegen-mips.cc | 934 __ 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/ |
D | full-codegen-arm.cc | 942 __ 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/ |
D | full-codegen-mips64.cc | 929 __ 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()
|