V8 Project
instruction-selector-unittest.cc File Reference
+ Include dependency graph for instruction-selector-unittest.cc:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 
 v8::internal::compiler
 
 v8::internal::compiler::anonymous_namespace{instruction-selector-unittest.cc}
 

Macros

#define CASE(Name)
 

Typedefs

typedef RawMachineAssembler::Label v8::internal::compiler::anonymous_namespace{instruction-selector-unittest.cc}::MLabel
 
typedef InstructionSelectorTestWithParam< MachineType > v8::internal::compiler::InstructionSelectorPhiTest
 

Functions

 v8::internal::compiler::TARGET_TEST_F (InstructionSelectorTest, ReturnFloat32Constant)
 
 v8::internal::compiler::TARGET_TEST_F (InstructionSelectorTest, ReturnParameter)
 
 v8::internal::compiler::TARGET_TEST_F (InstructionSelectorTest, ReturnZero)
 
 v8::internal::compiler::TARGET_TEST_F (InstructionSelectorTest, TruncateFloat64ToInt32WithParameter)
 
 v8::internal::compiler::TARGET_TEST_F (InstructionSelectorTest, DoubleParameter)
 
 v8::internal::compiler::TARGET_TEST_F (InstructionSelectorTest, ReferenceParameter)
 
 v8::internal::compiler::TARGET_TEST_F (InstructionSelectorTest, Finish)
 
 v8::internal::compiler::TARGET_TEST_P (InstructionSelectorPhiTest, Doubleness)
 
 v8::internal::compiler::TARGET_TEST_P (InstructionSelectorPhiTest, Referenceness)
 
 v8::internal::compiler::INSTANTIATE_TEST_CASE_P (InstructionSelectorTest, InstructionSelectorPhiTest, ::testing::Values(kMachFloat64, kMachInt8, kMachUint8, kMachInt16, kMachUint16, kMachInt32, kMachUint32, kMachInt64, kMachUint64, kMachPtr, kMachAnyTagged))
 
 v8::internal::compiler::TARGET_TEST_F (InstructionSelectorTest, ValueEffect)
 
 v8::internal::compiler::TARGET_TEST_F (InstructionSelectorTest, CallJSFunctionWithDeopt)
 
 v8::internal::compiler::TARGET_TEST_F (InstructionSelectorTest, CallFunctionStubWithDeopt)
 
 v8::internal::compiler::TARGET_TEST_F (InstructionSelectorTest, CallFunctionStubDeoptRecursiveFrameState)
 

Macro Definition Documentation

◆ CASE

#define CASE (   Name)
Value:
case k##Name: \
break;