Home
last modified time | relevance | path

Searched refs:DispatchingDecoderVisitor (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Ddecoder-arm64.cc14 void DispatchingDecoderVisitor::AppendVisitor(DecoderVisitor* new_visitor) { in AppendVisitor()
19 void DispatchingDecoderVisitor::PrependVisitor(DecoderVisitor* new_visitor) { in PrependVisitor()
24 void DispatchingDecoderVisitor::InsertVisitorBefore( in InsertVisitorBefore()
40 void DispatchingDecoderVisitor::InsertVisitorAfter( in InsertVisitorAfter()
57 void DispatchingDecoderVisitor::RemoveVisitor(DecoderVisitor* visitor) { in RemoveVisitor()
62 void DispatchingDecoderVisitor::Visit##A(Instruction* instr) { \
H A Ddecoder-arm64.h98 class V8_EXPORT_PRIVATE DispatchingDecoderVisitor : public DecoderVisitor { class
100 DispatchingDecoderVisitor() {} in DispatchingDecoderVisitor() function in v8::internal::DispatchingDecoderVisitor
101 virtual ~DispatchingDecoderVisitor() {} in ~DispatchingDecoderVisitor()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h658 Decoder<DispatchingDecoderVisitor>* decoder, Isolate* isolate = nullptr,
2324 Decoder<DispatchingDecoderVisitor>* decoder_;
2325 Decoder<DispatchingDecoderVisitor>* disassembler_decoder_;
H A Dsimulator-arm64.cc132 sim = new Simulator(new Decoder<DispatchingDecoderVisitor>(), isolate); in current()
326 Simulator::Simulator(Decoder<DispatchingDecoderVisitor>* decoder, in Simulator()
371 disassembler_decoder_ = new Decoder<DispatchingDecoderVisitor>(); in Init()

Completed in 18 milliseconds