V8 Project
lithium.cc File Reference
#include "src/lithium.h"
#include "src/v8.h"
#include "src/scopes.h"
#include "src/serialize.h"
+ Include dependency graph for lithium.cc:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 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 v8::internal::StackSlotOffset (int index)
 

Macro Definition Documentation

◆ LITHIUM_OPERAND_SETUP

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

◆ LITHIUM_OPERAND_TEARDOWN

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