Searched refs:DispatchingDecoderVisitor (Results 1 – 8 of 8) sorted by relevance
18 void DispatchingDecoderVisitor::AppendVisitor(DecoderVisitor* new_visitor) { in AppendVisitor()24 void DispatchingDecoderVisitor::PrependVisitor(DecoderVisitor* new_visitor) { in PrependVisitor()30 void DispatchingDecoderVisitor::InsertVisitorBefore( in InsertVisitorBefore()47 void DispatchingDecoderVisitor::InsertVisitorAfter( in InsertVisitorAfter()65 void DispatchingDecoderVisitor::RemoveVisitor(DecoderVisitor* visitor) { in RemoveVisitor()71 void DispatchingDecoderVisitor::Visit##A(Instruction* instr) { \
78 class DispatchingDecoderVisitor : public DecoderVisitor {80 DispatchingDecoderVisitor() {} in DispatchingDecoderVisitor() function81 virtual ~DispatchingDecoderVisitor() {} in ~DispatchingDecoderVisitor()
162 explicit Simulator(Decoder<DispatchingDecoderVisitor>* decoder,850 Decoder<DispatchingDecoderVisitor>* decoder_;851 Decoder<DispatchingDecoderVisitor>* disassembler_decoder_;
1807 v8::internal::Decoder<v8::internal::DispatchingDecoderVisitor> decoder; in InstructionDecode()1823 v8::internal::Decoder<v8::internal::DispatchingDecoderVisitor> decoder; in Disassemble()
113 sim = new Simulator(new Decoder<DispatchingDecoderVisitor>(), isolate); in current()342 Simulator::Simulator(Decoder<DispatchingDecoderVisitor>* decoder, in Simulator()392 disassembler_decoder_ = new Decoder<DispatchingDecoderVisitor>(); in Init()
42 Decoder<DispatchingDecoderVisitor> decoder; in TEST()61 Decoder<DispatchingDecoderVisitor> decoder; in TEST()
55 Decoder<DispatchingDecoderVisitor>* decoder = \56 new Decoder<DispatchingDecoderVisitor>(); \
122 Decoder<DispatchingDecoderVisitor>* decoder = \123 new Decoder<DispatchingDecoderVisitor>(); \