/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-assembler-inl.h | 82 void BaselineAssembler::LoadNativeContextSlot(Register output, uint32_t index) { in LoadNativeContextSlot() function in v8::internal::baseline::BaselineAssembler 83 __ LoadNativeContextSlot(output, index); in LoadNativeContextSlot()
|
H A D | baseline-assembler.h | 96 inline void LoadNativeContextSlot(Register output, uint32_t index);
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 902 LoadNativeContextSlot(dst, Context::GLOBAL_PROXY_INDEX); in LoadGlobalProxy() 905 void LoadNativeContextSlot(Register dst, int index);
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 854 LoadNativeContextSlot(dst, Context::GLOBAL_PROXY_INDEX); in LoadGlobalProxy() 858 void LoadNativeContextSlot(Register dst, int index);
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.h | 492 void LoadNativeContextSlot(Register dst, int index);
|
H A D | macro-assembler-ia32.cc | 1446 LoadNativeContextSlot(dst, Context::GLOBAL_PROXY_INDEX); in CallRecordWriteStub() 1449 void MacroAssembler::LoadNativeContextSlot(Register destination, int index) { in CallRecordWriteStub() function in v8::internal::MacroAssembler
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 1087 LoadNativeContextSlot(dst, Context::GLOBAL_PROXY_INDEX); in LoadGlobalProxy() 1090 void LoadNativeContextSlot(Register dst, int index);
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 1004 LoadNativeContextSlot(dst, Context::GLOBAL_PROXY_INDEX); in LoadGlobalProxy() 1007 void LoadNativeContextSlot(Register dst, int index);
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 1143 LoadNativeContextSlot(dst, Context::GLOBAL_PROXY_INDEX); in LoadGlobalProxy() 1146 void LoadNativeContextSlot(Register dst, int index);
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 1129 LoadNativeContextSlot(dst, Context::GLOBAL_PROXY_INDEX); in LoadGlobalProxy() 1132 void LoadNativeContextSlot(Register dst, int index);
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1688 LoadNativeContextSlot(dst, Context::GLOBAL_PROXY_INDEX); in LoadGlobalProxy() 1691 void LoadNativeContextSlot(Register dst, int index);
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 672 void LoadNativeContextSlot(Register dst, int index);
|
H A D | macro-assembler-arm.cc | 2080 LoadNativeContextSlot(dst, Context::GLOBAL_PROXY_INDEX); in CallRecordWriteStub() 2083 void MacroAssembler::LoadNativeContextSlot(Register dst, int index) { in CallRecordWriteStub() function in v8::internal::MacroAssembler
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 2813 LoadNativeContextSlot(dst, Context::GLOBAL_PROXY_INDEX); in TruncateDoubleToI() 3410 void MacroAssembler::LoadNativeContextSlot(Register dst, int index) { in TruncateDoubleToI() function in v8::internal::MacroAssembler
|
H A D | macro-assembler-arm64.h | 2081 void LoadNativeContextSlot(Register dst, int index);
|
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 2398 __ LoadNativeContextSlot(target, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call() 2577 __ LoadNativeContextSlot(target, in Generate_Construct()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 2450 __ LoadNativeContextSlot(target, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call() 2628 __ LoadNativeContextSlot(target, in Generate_Construct()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 2682 __ LoadNativeContextSlot(target, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call() 2818 __ LoadNativeContextSlot(target, in Generate_Construct()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 2643 __ LoadNativeContextSlot(target, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call() 2780 __ LoadNativeContextSlot(target, in Generate_Construct()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 2454 __ LoadNativeContextSlot(target, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call() 2633 __ LoadNativeContextSlot(target, in Generate_Construct()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 2577 __ LoadNativeContextSlot(target, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call() 2704 __ LoadNativeContextSlot(target, in Generate_Construct()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 2864 __ LoadNativeContextSlot(target, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call() 3002 __ LoadNativeContextSlot(target, in Generate_Construct()
|
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 2466 __ LoadNativeContextSlot(target, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call() 2595 __ LoadNativeContextSlot(target, in Generate_Construct()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 2608 __ LoadNativeContextSlot(a1, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call() 2737 __ LoadNativeContextSlot(a1, Context::CALL_AS_CONSTRUCTOR_DELEGATE_INDEX); in Generate_Construct()
|
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 2728 __ LoadNativeContextSlot(target, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call() 2863 __ LoadNativeContextSlot(target, in Generate_Construct()
|