OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstructionSelectorTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/compiler/
instruction-selector-unittest.cc
21
InstructionSelectorTest
::
InstructionSelectorTest
() : rng_(FLAG_random_seed) {}
24
InstructionSelectorTest
::~
InstructionSelectorTest
() {}
27
InstructionSelectorTest
::Stream
InstructionSelectorTest
::StreamBuilder::Build(
29
InstructionSelectorTest
::StreamBuilderMode mode) {
116
TARGET_TEST_F(
InstructionSelectorTest
, ReturnParameter) {
128
TARGET_TEST_F(
InstructionSelectorTest
, ReturnZero) {
146
TARGET_TEST_F(
InstructionSelectorTest
, TruncateFloat64ToInt32WithParameter)
[
all
...]
instruction-selector-unittest.h
20
class
InstructionSelectorTest
: public TestWithContext, public TestWithZone {
22
InstructionSelectorTest
();
23
virtual ~
InstructionSelectorTest
();
37
StreamBuilder(
InstructionSelectorTest
* test, MachineType return_type)
41
StreamBuilder(
InstructionSelectorTest
* test, MachineType return_type,
47
StreamBuilder(
InstructionSelectorTest
* test, MachineType return_type,
54
StreamBuilder(
InstructionSelectorTest
* test, MachineType return_type,
114
InstructionSelectorTest
* test_;
202
: public
InstructionSelectorTest
,
Completed in 69 milliseconds