v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
lithium-arm64.cc File Reference
#include "v8.h"
#include "lithium-allocator-inl.h"
#include "arm64/lithium-arm64.h"
#include "arm64/lithium-codegen-arm64.h"
#include "hydrogen-osr.h"
Include dependency graph for lithium-arm64.cc:

Go to the source code of this file.

Namespaces

 v8
 
 v8::internal
 

Macros

#define DEFINE_COMPILE(type)
 

Macro Definition Documentation

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

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