v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
lithium-mips.cc File Reference
#include "v8.h"
#include "lithium-allocator-inl.h"
#include "mips/lithium-mips.h"
#include "mips/lithium-codegen-mips.h"
Include dependency graph for lithium-mips.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); \
}
FlagType type() const
Definition: flags.cc:1358

Definition at line 37 of file lithium-mips.cc.