Home
last modified time | relevance | path

Searched defs:IsTailCallAddressImmediate (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2154 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } in IsTailCallAddressImmediate() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc1397 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } in IsTailCallAddressImmediate() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc1921 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } in IsTailCallAddressImmediate() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc1733 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } in IsTailCallAddressImmediate() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc1765 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } in IsTailCallAddressImmediate() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc1777 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } in IsTailCallAddressImmediate() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc1827 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } in IsTailCallAddressImmediate() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1521 bool InstructionSelector::IsTailCallAddressImmediate() { return true; } in IsTailCallAddressImmediate() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2022 bool InstructionSelector::IsTailCallAddressImmediate() { return true; } in IsTailCallAddressImmediate() function in v8::internal::compiler::InstructionSelector
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2151 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } in IsTailCallAddressImmediate() function in v8::internal::compiler::InstructionSelector