V8 Project
|
#include <instruction-selector-unittest.h>
Classes | |
class | FINAL |
Public Types | |
enum | StreamBuilderMode { kAllInstructions , kTargetInstructions , kAllExceptNopInstructions } |
Public Member Functions | |
InstructionSelectorTest () | |
virtual | ~InstructionSelectorTest () |
base::RandomNumberGenerator * | rng () |
![]() | |
TestWithContext () | |
virtual | ~TestWithContext () |
const Local< Context > & | context () const |
![]() | |
TestWithIsolate () | |
Isolate * | isolate () const |
![]() | |
TestWithZone () | |
virtual | ~TestWithZone () |
Zone * | zone () |
![]() | |
TestWithIsolate () | |
virtual | ~TestWithIsolate () |
Factory * | factory () const |
Isolate * | isolate () const |
Public Attributes | |
base::RandomNumberGenerator | rng_ |
Additional Inherited Members | |
![]() | |
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().