|
V8 Project
|
#include <instruction-selector-unittest.h>
Inheritance diagram for v8::internal::compiler::InstructionSelectorTest:
Collaboration diagram for v8::internal::compiler::InstructionSelectorTest:Classes | |
| class | FINAL |
Public Types | |
| enum | StreamBuilderMode { kAllInstructions , kTargetInstructions , kAllExceptNopInstructions } |
Public Member Functions | |
| InstructionSelectorTest () | |
| virtual | ~InstructionSelectorTest () |
| base::RandomNumberGenerator * | rng () |
Public Member Functions inherited from v8::TestWithContext | |
| TestWithContext () | |
| virtual | ~TestWithContext () |
| const Local< Context > & | context () const |
Public Member Functions inherited from v8::TestWithIsolate | |
| TestWithIsolate () | |
| Isolate * | isolate () const |
Public Member Functions inherited from v8::internal::TestWithZone | |
| TestWithZone () | |
| virtual | ~TestWithZone () |
| Zone * | zone () |
Public Member Functions inherited from v8::internal::TestWithIsolate | |
| TestWithIsolate () | |
| virtual | ~TestWithIsolate () |
| Factory * | factory () const |
| Isolate * | isolate () const |
Public Attributes | |
| base::RandomNumberGenerator | rng_ |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::TestWithIsolate | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
Definition at line 20 of file instruction-selector-unittest.h.
| Enumerator | |
|---|---|
| kAllInstructions | |
| kTargetInstructions | |
| kAllExceptNopInstructions | |
Definition at line 29 of file instruction-selector-unittest.h.
| v8::internal::compiler::InstructionSelectorTest::InstructionSelectorTest | ( | ) |
Definition at line 21 of file instruction-selector-unittest.cc.
|
virtual |
Definition at line 24 of file instruction-selector-unittest.cc.
|
inline |
| base::RandomNumberGenerator v8::internal::compiler::InstructionSelectorTest::rng_ |
Definition at line 200 of file instruction-selector-unittest.h.
Referenced by rng().