Home
last modified time | relevance | path

Searched refs:LoadNativeContextSlot (Results 1 - 25 of 33) sorted by relevance

12

/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler-inl.h82 void BaselineAssembler::LoadNativeContextSlot(Register output, uint32_t index) { in LoadNativeContextSlot() function in v8::internal::baseline::BaselineAssembler
83 __ LoadNativeContextSlot(output, index); in LoadNativeContextSlot()
H A Dbaseline-assembler.h96 inline void LoadNativeContextSlot(Register output, uint32_t index);
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h902 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 Dmacro-assembler-x64.h854 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 Dmacro-assembler-ia32.h492 void LoadNativeContextSlot(Register dst, int index);
H A Dmacro-assembler-ia32.cc1446 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 Dmacro-assembler-mips64.h1087 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 Dmacro-assembler-mips.h1004 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 Dmacro-assembler-riscv64.h1143 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 Dmacro-assembler-ppc.h1129 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 Dmacro-assembler-s390.h1688 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 Dmacro-assembler-arm.h672 void LoadNativeContextSlot(Register dst, int index);
H A Dmacro-assembler-arm.cc2080 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 Dmacro-assembler-arm64.cc2813 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 Dmacro-assembler-arm64.h2081 void LoadNativeContextSlot(Register dst, int index);
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc2398 __ 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 Dbuiltins-mips64.cc2450 __ 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 Dbuiltins-ppc.cc2682 __ 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 Dbuiltins-ia32.cc2643 __ 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 Dbuiltins-loong64.cc2454 __ 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 Dbuiltins-x64.cc2577 __ 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 Dbuiltins-arm64.cc2864 __ 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 Dbuiltins-arm.cc2466 __ 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 Dbuiltins-riscv64.cc2608 __ 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 Dbuiltins-s390.cc2728 __ LoadNativeContextSlot(target, Context::CALL_AS_FUNCTION_DELEGATE_INDEX); in Generate_Call()
2863 __ LoadNativeContextSlot(target, in Generate_Construct()

Completed in 92 milliseconds

12