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

/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc1628 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc1179 bool InstructionSelector::IsTailCallAddressImmediate() { return true; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc1200 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc1974 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc1626 bool InstructionSelector::IsTailCallAddressImmediate() { return true; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc1195 bool InstructionSelector::IsTailCallAddressImmediate() { return true; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc1980 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc1702 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } function in class:v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc1946 bool InstructionSelector::IsTailCallAddressImmediate() { return false; } function in class:v8::internal::compiler::InstructionSelector

Completed in 75 milliseconds