/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 1046 zone(), this, tasm(), operand, value, i, DetermineStubCallMode(), \ 1225 if (DetermineStubCallMode() == StubCallMode::kCallWasmRuntimeStub) { in AssembleArchInstruction() 1241 if (DetermineStubCallMode() == StubCallMode::kCallWasmRuntimeStub) { in AssembleArchInstruction() 1462 this, result, input, DetermineStubCallMode(), in AssembleArchInstruction() 1493 DetermineStubCallMode()); in AssembleArchInstruction() 1496 zone(), this, tasm(), operand, value, i, DetermineStubCallMode(), in AssembleArchInstruction() 1501 zone(), this, tasm(), operand, value, i, DetermineStubCallMode(), in AssembleArchInstruction() 2349 zone(), this, tasm(), operand, value, i, DetermineStubCallMode(), in AssembleArchInstruction() 2354 zone(), this, tasm(), operand, value, i, DetermineStubCallMode(), in AssembleArchInstruction() 2385 zone(), this, tasm(), operand, value, i, DetermineStubCallMode(), in AssembleArchInstruction() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | code-generator.h | 235 StubCallMode DetermineStubCallMode() const;
|
D | code-generator.cc | 843 StubCallMode CodeGenerator::DetermineStubCallMode() const { in DetermineStubCallMode() function in v8::internal::compiler::CodeGenerator
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 1419 i.InputDoubleRegister(0), DetermineStubCallMode()); in AssembleArchInstruction() 1443 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction() 1450 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 946 i.InputDoubleRegister(0), DetermineStubCallMode(), in AssembleArchInstruction() 975 this, object, offset, value, mode, DetermineStubCallMode(), in AssembleArchInstruction() 994 this, object, offset, value, mode, DetermineStubCallMode(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | code-generator-loong64.cc | 808 i.InputDoubleRegister(0), DetermineStubCallMode()); in AssembleArchInstruction() 827 this, object, offset, value, mode, DetermineStubCallMode()); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 727 if (DetermineStubCallMode() == StubCallMode::kCallWasmRuntimeStub) { in AssembleArchInstruction() 958 this, result, input, DetermineStubCallMode()); in AssembleArchInstruction() 985 DetermineStubCallMode()); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 1111 i.InputDoubleRegister(0), DetermineStubCallMode()); in AssembleArchInstruction() 1136 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction() 1143 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 932 i.InputDoubleRegister(0), DetermineStubCallMode()); in AssembleArchInstruction() 977 this, object, offset, value, mode, DetermineStubCallMode(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 830 i.InputDoubleRegister(0), DetermineStubCallMode()); in AssembleArchInstruction() 843 DetermineStubCallMode()); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | code-generator-riscv64.cc | 861 i.InputDoubleRegister(0), DetermineStubCallMode()); in AssembleArchInstruction() 873 DetermineStubCallMode()); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 869 i.InputDoubleRegister(0), DetermineStubCallMode()); in AssembleArchInstruction() 882 DetermineStubCallMode()); in AssembleArchInstruction()
|