V8 Project
decoder-arm64.h File Reference
#include <list>
#include "src/arm64/instructions-arm64.h"
#include "src/globals.h"
+ Include dependency graph for decoder-arm64.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::DecoderVisitor
 
class  v8::internal::DispatchingDecoderVisitor
 
class  v8::internal::Decoder< V >
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Macros

#define VISITOR_LIST(V)
 
#define DECLARE(A)   virtual void Visit##A(Instruction* instr) = 0;
 
#define DECLARE(A)   void Visit##A(Instruction* instr);
 

Macro Definition Documentation

◆ DECLARE [1/2]

#define DECLARE (   A)    virtual void Visit##A(Instruction* instr) = 0;

Definition at line 112 of file decoder-arm64.h.

◆ DECLARE [2/2]

#define DECLARE (   A)    void Visit##A(Instruction* instr);

Definition at line 112 of file decoder-arm64.h.

◆ VISITOR_LIST

#define VISITOR_LIST (   V)

Definition at line 19 of file decoder-arm64.h.