Home
last modified time | relevance | path

Searched refs:PrintableInstructionSequence (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/unittests/compiler/
Dmove-optimizer-unittest.cc48 PrintableInstructionSequence printable = {config(), sequence()}; in Optimize()
56 PrintableInstructionSequence printable = {config(), sequence()}; in Optimize()
Dinstruction-selector-unittest.cc48 PrintableInstructionSequence printable = { in Build()
/external/v8/src/compiler/
Dinstruction.h1172 struct PrintableInstructionSequence;
1328 const PrintableInstructionSequence& code);
1349 struct PrintableInstructionSequence { struct
1356 const PrintableInstructionSequence& code); argument
Dinstruction.cc809 PrintableInstructionSequence wrapper; in Print()
892 const PrintableInstructionSequence& printable) { in operator <<()
Dpipeline.cc1423 PrintableInstructionSequence printable = {config, data->sequence()}; in AllocateRegisters()
1466 PrintableInstructionSequence printable = {config, data->sequence()}; in AllocateRegisters()