Searched refs:DispatchingDecoderVisitor (Results 1 – 8 of 8) sorted by relevance
16 void DispatchingDecoderVisitor::AppendVisitor(DecoderVisitor* new_visitor) { in AppendVisitor()22 void DispatchingDecoderVisitor::PrependVisitor(DecoderVisitor* new_visitor) { in PrependVisitor()28 void DispatchingDecoderVisitor::InsertVisitorBefore( in InsertVisitorBefore()45 void DispatchingDecoderVisitor::InsertVisitorAfter( in InsertVisitorAfter()63 void DispatchingDecoderVisitor::RemoveVisitor(DecoderVisitor* visitor) { in RemoveVisitor()69 void DispatchingDecoderVisitor::Visit##A(Instruction* instr) { \
77 class DispatchingDecoderVisitor : public DecoderVisitor {79 DispatchingDecoderVisitor() {} in DispatchingDecoderVisitor() function80 virtual ~DispatchingDecoderVisitor() {} in ~DispatchingDecoderVisitor()
160 explicit Simulator(Decoder<DispatchingDecoderVisitor>* decoder,848 Decoder<DispatchingDecoderVisitor>* decoder_;849 Decoder<DispatchingDecoderVisitor>* disassembler_decoder_;
1790 v8::internal::Decoder<v8::internal::DispatchingDecoderVisitor> decoder; in InstructionDecode()1806 v8::internal::Decoder<v8::internal::DispatchingDecoderVisitor> decoder; in Disassemble()
113 sim = new Simulator(new Decoder<DispatchingDecoderVisitor>(), isolate); in current()352 Simulator::Simulator(Decoder<DispatchingDecoderVisitor>* decoder, in Simulator()402 disassembler_decoder_ = new Decoder<DispatchingDecoderVisitor>(); in Init()
42 Decoder<DispatchingDecoderVisitor> decoder; in TEST()61 Decoder<DispatchingDecoderVisitor> decoder; in TEST()
56 Decoder<DispatchingDecoderVisitor>* decoder = \57 new Decoder<DispatchingDecoderVisitor>(); \68 Decoder<DispatchingDecoderVisitor>* decoder = \69 new Decoder<DispatchingDecoderVisitor>(); \
124 Decoder<DispatchingDecoderVisitor>* decoder = \125 new Decoder<DispatchingDecoderVisitor>(); \