Searched refs:NativeContextMemOperand (Results 1 – 20 of 20) sorted by relevance
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 1536 inline MemOperand NativeContextMemOperand() { in NativeContextMemOperand() function
|
D | macro-assembler-arm.cc | 2661 ldr(scratch, NativeContextMemOperand()); in LoadTransitionedArrayMapConditional() 2673 ldr(dst, NativeContextMemOperand()); in LoadNativeContextSlot()
|
D | builtins-arm.cc | 1804 __ ldr(r4, NativeContextMemOperand()); in Generate_Apply()
|
D | code-stubs-arm.cc | 1611 __ ldr(r4, NativeContextMemOperand()); in GenerateNewSloppyFast() 2569 __ ldr(ip, NativeContextMemOperand()); in Generate()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 1578 inline MemOperand NativeContextMemOperand() { in NativeContextMemOperand() function
|
D | macro-assembler-ppc.cc | 2475 LoadP(scratch, NativeContextMemOperand()); in LoadTransitionedArrayMapConditional() 2487 LoadP(dst, NativeContextMemOperand()); in LoadNativeContextSlot()
|
D | builtins-ppc.cc | 1843 __ LoadP(r7, NativeContextMemOperand()); in Generate_Apply()
|
D | code-stubs-ppc.cc | 1712 __ LoadP(r7, NativeContextMemOperand()); in GenerateNewSloppyFast() 2720 __ LoadP(ip, NativeContextMemOperand()); in Generate()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 117 inline MemOperand NativeContextMemOperand() { in NativeContextMemOperand() function
|
D | builtins-mips.cc | 1834 __ lw(t0, NativeContextMemOperand()); in Generate_Apply()
|
D | macro-assembler-mips.cc | 4737 lw(scratch, NativeContextMemOperand()); in LoadTransitionedArrayMapConditional() 4748 lw(dst, NativeContextMemOperand()); in LoadNativeContextSlot()
|
D | code-stubs-mips.cc | 1714 __ lw(t0, NativeContextMemOperand()); in GenerateNewSloppyFast() 2707 __ lw(t1, NativeContextMemOperand()); in Generate()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 2195 inline MemOperand NativeContextMemOperand() { in NativeContextMemOperand() function
|
D | macro-assembler-arm64.cc | 4452 Ldr(scratch1, NativeContextMemOperand()); in LoadTransitionedArrayMapConditional() 4465 Ldr(dst, NativeContextMemOperand()); in LoadNativeContextSlot()
|
D | builtins-arm64.cc | 1837 __ Ldr(native_context, NativeContextMemOperand()); in Generate_Apply()
|
D | code-stubs-arm64.cc | 1814 __ Ldr(global_ctx, NativeContextMemOperand()); in GenerateNewSloppyFast() 2974 __ Ldr(x5, NativeContextMemOperand()); in Generate()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 130 inline MemOperand NativeContextMemOperand() { in NativeContextMemOperand() function
|
D | builtins-mips64.cc | 1825 __ ld(a4, NativeContextMemOperand()); in Generate_Apply()
|
D | code-stubs-mips64.cc | 1716 __ ld(a4, NativeContextMemOperand()); in GenerateNewSloppyFast() 2784 __ ld(t1, NativeContextMemOperand()); in Generate()
|
D | macro-assembler-mips64.cc | 5388 ld(scratch, NativeContextMemOperand()); in LoadTransitionedArrayMapConditional() 5399 ld(dst, NativeContextMemOperand()); in LoadNativeContextSlot()
|