Searched refs:DispatchingDecoderVisitor (Results 1 – 5 of 5) 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) { \
78 class DispatchingDecoderVisitor : public DecoderVisitor {80 DispatchingDecoderVisitor() {} in DispatchingDecoderVisitor() function81 virtual ~DispatchingDecoderVisitor() {} in ~DispatchingDecoderVisitor()
161 explicit Simulator(Decoder<DispatchingDecoderVisitor>* decoder,846 Decoder<DispatchingDecoderVisitor>* decoder_;847 Decoder<DispatchingDecoderVisitor>* disassembler_decoder_;
1822 v8::internal::Decoder<v8::internal::DispatchingDecoderVisitor> decoder; in InstructionDecode()1838 v8::internal::Decoder<v8::internal::DispatchingDecoderVisitor> decoder; in Disassemble()
114 sim = new Simulator(new Decoder<DispatchingDecoderVisitor>(), isolate); in current()353 Simulator::Simulator(Decoder<DispatchingDecoderVisitor>* decoder, in Simulator()403 disassembler_decoder_ = new Decoder<DispatchingDecoderVisitor>(); in Init()