V8 Project
|
#include "src/compiler/common-operator.h"
#include <limits>
#include "src/compiler/operator-properties-inl.h"
#include "src/test/test-utils.h"
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{common-operator-unittest.cc} | |
Macros | |
#define | SHARED(Name, properties, value_input_count, effect_input_count, control_input_count, effect_output_count, control_output_count) |
Functions | |
std::ostream & | v8::internal::compiler::anonymous_namespace{common-operator-unittest.cc}::operator<< (std::ostream &os, const SharedOperator &fop) |
v8::internal::compiler::TEST_P (CommonSharedOperatorTest, InstancesAreGloballyShared) | |
v8::internal::compiler::TEST_P (CommonSharedOperatorTest, NumberOfInputsAndOutputs) | |
v8::internal::compiler::TEST_P (CommonSharedOperatorTest, OpcodeIsCorrect) | |
v8::internal::compiler::TEST_P (CommonSharedOperatorTest, Properties) | |
v8::internal::compiler::INSTANTIATE_TEST_CASE_P (CommonOperatorTest, CommonSharedOperatorTest, ::testing::ValuesIn(kSharedOperators)) | |
v8::internal::compiler::TEST_F (CommonOperatorTest, Float32Constant) | |
v8::internal::compiler::TEST_F (CommonOperatorTest, ValueEffect) | |
v8::internal::compiler::TEST_F (CommonOperatorTest, Finish) | |
Variables | |
const SharedOperator | v8::internal::compiler::anonymous_namespace{common-operator-unittest.cc}::kSharedOperators [] |
const int | v8::internal::compiler::anonymous_namespace{common-operator-unittest.cc}::kArguments [] = {1, 5, 6, 42, 100, 10000, kMaxInt} |
const float | v8::internal::compiler::anonymous_namespace{common-operator-unittest.cc}::kFloat32Values [] |
#define SHARED | ( | Name, | |
properties, | |||
value_input_count, | |||
effect_input_count, | |||
control_input_count, | |||
effect_output_count, | |||
control_output_count | |||
) |