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
ic.h File Reference
#include "macro-assembler.h"
#include "type-info.h"
Include dependency graph for ic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  IC
 
class  IC_Utility
 
class  CallICBase
 
class  CallICBase::Contextual
 
class  CallICBase::StringStubState
 
class  CallIC
 
class  KeyedCallIC
 
class  LoadIC
 
class  KeyedIC
 
class  KeyedLoadIC
 
class  StoreIC
 
class  KeyedStoreIC
 
class  UnaryOpIC
 
class  BinaryOpIC
 
class  CompareIC
 
class  ToBooleanIC
 

Namespaces

 v8
 
 v8::internal
 

Macros

#define IC_UTIL_LIST(ICU)
 
#define CONST_NAME(name)   k##name,
 

Enumerations

enum  InlinedSmiCheck { ENABLE_INLINED_SMI_CHECK, DISABLE_INLINED_SMI_CHECK }
 

Functions

void PatchInlinedSmiCode (Address address, InlinedSmiCheck check)
 

Macro Definition Documentation

#define CONST_NAME (   name)    k##name,

Definition at line 72 of file ic.h.

#define IC_UTIL_LIST (   ICU)
Value:
ICU(LoadIC_Miss) \
ICU(KeyedLoadIC_Miss) \
ICU(KeyedLoadIC_MissForceGeneric) \
ICU(CallIC_Miss) \
ICU(KeyedCallIC_Miss) \
ICU(StoreIC_Miss) \
ICU(StoreIC_ArrayLength) \
ICU(SharedStoreIC_ExtendStorage) \
ICU(KeyedStoreIC_Miss) \
ICU(KeyedStoreIC_MissForceGeneric) \
ICU(KeyedStoreIC_Slow) \
/* Utilities for IC stubs. */ \
ICU(LoadCallbackProperty) \
ICU(StoreCallbackProperty) \
ICU(LoadPropertyWithInterceptorOnly) \
ICU(LoadPropertyWithInterceptorForLoad) \
ICU(LoadPropertyWithInterceptorForCall) \
ICU(KeyedLoadPropertyWithInterceptor) \
ICU(StoreInterceptorProperty) \
ICU(UnaryOp_Patch) \
ICU(BinaryOp_Patch) \
ICU(CompareIC_Miss) \
ICU(ToBoolean_Patch)

Definition at line 40 of file ic.h.