V8 Project
change-lowering-unittest.cc File Reference
+ Include dependency graph for change-lowering-unittest.cc:

Go to the source code of this file.

Classes

class  v8::internal::compiler::ChangeLoweringTest
 
class  v8::internal::compiler::ChangeLoweringCommonTest
 
class  v8::internal::compiler::ChangeLowering32Test
 
class  v8::internal::compiler::ChangeLowering64Test
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 
 v8::internal::compiler
 

Functions

std::ostream & v8::internal::compiler::operator<< (std::ostream &os, const MachineType &type)
 
 v8::internal::compiler::TARGET_TEST_P (ChangeLoweringCommonTest, ChangeBitToBool)
 
 v8::internal::compiler::TARGET_TEST_P (ChangeLoweringCommonTest, ChangeBoolToBit)
 
 v8::internal::compiler::TARGET_TEST_P (ChangeLoweringCommonTest, ChangeFloat64ToTagged)
 
 v8::internal::compiler::TARGET_TEST_P (ChangeLoweringCommonTest, StringAdd)
 
 v8::internal::compiler::INSTANTIATE_TEST_CASE_P (ChangeLoweringTest, ChangeLoweringCommonTest, ::testing::Values(kRepWord32, kRepWord64))
 
 v8::internal::compiler::TARGET_TEST_F (ChangeLowering32Test, ChangeInt32ToTagged)
 
 v8::internal::compiler::TARGET_TEST_F (ChangeLowering32Test, ChangeTaggedToFloat64)
 
 v8::internal::compiler::TARGET_TEST_F (ChangeLowering32Test, ChangeTaggedToInt32)
 
 v8::internal::compiler::TARGET_TEST_F (ChangeLowering32Test, ChangeTaggedToUint32)
 
 v8::internal::compiler::TARGET_TEST_F (ChangeLowering32Test, ChangeUint32ToTagged)
 
 v8::internal::compiler::TARGET_TEST_F (ChangeLowering64Test, ChangeInt32ToTagged)
 
 v8::internal::compiler::TARGET_TEST_F (ChangeLowering64Test, ChangeTaggedToFloat64)
 
 v8::internal::compiler::TARGET_TEST_F (ChangeLowering64Test, ChangeTaggedToInt32)
 
 v8::internal::compiler::TARGET_TEST_F (ChangeLowering64Test, ChangeTaggedToUint32)
 
 v8::internal::compiler::TARGET_TEST_F (ChangeLowering64Test, ChangeUint32ToTagged)