Home
last modified time | relevance | path

Searched refs:PrintableInstructionOperand (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dinstruction.cc101 PrintableInstructionOperand wrapper; in Print()
110 const PrintableInstructionOperand& printable) { in operator <<()
232 PrintableInstructionOperand wrapper; in Print()
245 PrintableInstructionOperand printable_op = {printable.register_configuration_, in operator <<()
384 PrintableInstructionOperand poi = {GetRegConfig(), InstructionOperand()}; in operator <<()
501 PrintableInstructionOperand printable_op = {printable.register_configuration_, in operator <<()
692 PrintableInstructionOperand printable_op = {config, phi->output()}; in operator <<()
Dinstruction.h143 struct PrintableInstructionOperand { struct
150 const PrintableInstructionOperand& op); argument
Dregister-allocator.cc1204 PrintableInstructionOperand pio; in operator <<()