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
stub-cache.cc File Reference
#include "v8.h"
#include "api.h"
#include "arguments.h"
#include "ast.h"
#include "code-stubs.h"
#include "cpu-profiler.h"
#include "gdb-jit.h"
#include "ic-inl.h"
#include "stub-cache.h"
#include "type-info.h"
#include "vm-state-inl.h"
Include dependency graph for stub-cache.cc:

Go to the source code of this file.

Namespaces

 v8
 
 v8::internal
 

Macros

#define CALL_LOGGER_TAG(kind, type)   (Logger::KEYED_##type)
 
#define __   ACCESS_MASM(masm())
 

Functions

 RUNTIME_FUNCTION (MaybeObject *, StoreCallbackProperty)
 
 RUNTIME_FUNCTION (MaybeObject *, LoadPropertyWithInterceptorOnly)
 
 RUNTIME_FUNCTION (MaybeObject *, LoadPropertyWithInterceptorForLoad)
 
 RUNTIME_FUNCTION (MaybeObject *, LoadPropertyWithInterceptorForCall)
 
 RUNTIME_FUNCTION (MaybeObject *, StoreInterceptorProperty)
 
 RUNTIME_FUNCTION (MaybeObject *, KeyedLoadPropertyWithInterceptor)
 

Macro Definition Documentation

#define CALL_LOGGER_TAG (   kind,
  type 
)    (Logger::KEYED_##type)

Definition at line 252 of file stub-cache.cc.