v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
decoder-arm64.h File Reference
#include <list>
#include "src/codegen/arm64/instructions-arm64.h"
#include "src/common/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

namespace  v8
 
namespace  v8::internal
 

Macros

#define VISITOR_LIST(V)
 
#define DECLARE(A)
 
#define DECLARE(A)
 

Macro Definition Documentation

◆ DECLARE [1/2]

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

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

◆ DECLARE [2/2]

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

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

◆ VISITOR_LIST

#define VISITOR_LIST ( V)

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