V8 Project
lithium-arm64.cc File Reference
+ Include dependency graph for lithium-arm64.cc:

Go to the source code of this file.

Namespaces

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

Macros

#define DEFINE_COMPILE(type)
 

Macro Definition Documentation

◆ DEFINE_COMPILE

#define DEFINE_COMPILE (   type)
Value:
void L##type::CompileToNative(LCodeGen* generator) { \
generator->Do##type(this); \
}

Definition at line 14 of file lithium-arm64.cc.