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.cc File Reference
#include "v8.h"
#include "lithium.h"
#include "scopes.h"
Include dependency graph for lithium.cc:

Go to the source code of this file.

Namespaces

 v8
 
 v8::internal
 

Macros

#define LITHIUM_OPERAND_SETUP(name, type, number)   L##name::SetUpCache();
 
#define LITHIUM_OPERAND_TEARDOWN(name, type, number)   L##name::TearDownCache();
 

Functions

int StackSlotOffset (int index)
 

Macro Definition Documentation

#define LITHIUM_OPERAND_SETUP (   name,
  type,
  number 
)    L##name::SetUpCache();

Referenced by LOperand::SetUpCaches().

#define LITHIUM_OPERAND_TEARDOWN (   name,
  type,
  number 
)    L##name::TearDownCache();