Searched defs:IsTailCallAddressImmediate (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc846 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc957 bool InstructionSelector::IsTailCallAddressImmediate() { return true; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc1200 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc1621 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc956 bool InstructionSelector::IsTailCallAddressImmediate() { return true; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc1279 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc1706 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc1301 bool InstructionSelector::IsTailCallAddressImmediate() { return true; } function in class:v8::internal::compiler::InstructionSelector

Completed in 191 milliseconds