Home
last modified time | relevance | path

Searched refs:NativeContextMemOperand (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/arm/
Dmacro-assembler-arm.h1536 inline MemOperand NativeContextMemOperand() { in NativeContextMemOperand() function
Dmacro-assembler-arm.cc2661 ldr(scratch, NativeContextMemOperand()); in LoadTransitionedArrayMapConditional()
2673 ldr(dst, NativeContextMemOperand()); in LoadNativeContextSlot()
Dbuiltins-arm.cc1804 __ ldr(r4, NativeContextMemOperand()); in Generate_Apply()
Dcode-stubs-arm.cc1611 __ ldr(r4, NativeContextMemOperand()); in GenerateNewSloppyFast()
2569 __ ldr(ip, NativeContextMemOperand()); in Generate()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h1578 inline MemOperand NativeContextMemOperand() { in NativeContextMemOperand() function
Dmacro-assembler-ppc.cc2475 LoadP(scratch, NativeContextMemOperand()); in LoadTransitionedArrayMapConditional()
2487 LoadP(dst, NativeContextMemOperand()); in LoadNativeContextSlot()
Dbuiltins-ppc.cc1843 __ LoadP(r7, NativeContextMemOperand()); in Generate_Apply()
Dcode-stubs-ppc.cc1712 __ LoadP(r7, NativeContextMemOperand()); in GenerateNewSloppyFast()
2720 __ LoadP(ip, NativeContextMemOperand()); in Generate()
/external/v8/src/mips/
Dmacro-assembler-mips.h117 inline MemOperand NativeContextMemOperand() { in NativeContextMemOperand() function
Dbuiltins-mips.cc1834 __ lw(t0, NativeContextMemOperand()); in Generate_Apply()
Dmacro-assembler-mips.cc4737 lw(scratch, NativeContextMemOperand()); in LoadTransitionedArrayMapConditional()
4748 lw(dst, NativeContextMemOperand()); in LoadNativeContextSlot()
Dcode-stubs-mips.cc1714 __ lw(t0, NativeContextMemOperand()); in GenerateNewSloppyFast()
2707 __ lw(t1, NativeContextMemOperand()); in Generate()
/external/v8/src/arm64/
Dmacro-assembler-arm64.h2195 inline MemOperand NativeContextMemOperand() { in NativeContextMemOperand() function
Dmacro-assembler-arm64.cc4452 Ldr(scratch1, NativeContextMemOperand()); in LoadTransitionedArrayMapConditional()
4465 Ldr(dst, NativeContextMemOperand()); in LoadNativeContextSlot()
Dbuiltins-arm64.cc1837 __ Ldr(native_context, NativeContextMemOperand()); in Generate_Apply()
Dcode-stubs-arm64.cc1814 __ Ldr(global_ctx, NativeContextMemOperand()); in GenerateNewSloppyFast()
2974 __ Ldr(x5, NativeContextMemOperand()); in Generate()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h130 inline MemOperand NativeContextMemOperand() { in NativeContextMemOperand() function
Dbuiltins-mips64.cc1825 __ ld(a4, NativeContextMemOperand()); in Generate_Apply()
Dcode-stubs-mips64.cc1716 __ ld(a4, NativeContextMemOperand()); in GenerateNewSloppyFast()
2784 __ ld(t1, NativeContextMemOperand()); in Generate()
Dmacro-assembler-mips64.cc5388 ld(scratch, NativeContextMemOperand()); in LoadTransitionedArrayMapConditional()
5399 ld(dst, NativeContextMemOperand()); in LoadNativeContextSlot()