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
ic.h File Reference
#include "macro-assembler.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  LoadIC
 
class  LoadIC::ContextualModeBits
 
class  KeyedLoadIC
 
class  StoreIC
 
class  StoreIC::StrictModeState
 
class  KeyedStoreIC
 
class  KeyedStoreIC::ExtraICStateKeyedAccessStoreMode
 
class  BinaryOpIC
 
class  BinaryOpIC::BASE_EMBEDDED
 
class  CompareIC
 
class  CompareNilIC
 
class  ToBooleanIC
 

Namespaces

 v8
 
 v8::internal
 

Macros

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

Enumerations

enum  KeyedStoreCheckMap { kDontCheckMap, kCheckMap }
 
enum  KeyedStoreIncrementLength { kDontIncrementLength, kIncrementLength }
 
enum  OverwriteMode { NO_OVERWRITE, OVERWRITE_LEFT, OVERWRITE_RIGHT }
 
enum  InlinedSmiCheck { ENABLE_INLINED_SMI_CHECK, DISABLE_INLINED_SMI_CHECK }
 

Functions

void PatchInlinedSmiCode (Address address, InlinedSmiCheck check)
 
 DECLARE_RUNTIME_FUNCTION (MaybeObject *, KeyedLoadIC_MissFromStubFailure)
 
 DECLARE_RUNTIME_FUNCTION (MaybeObject *, KeyedStoreIC_MissFromStubFailure)
 
 DECLARE_RUNTIME_FUNCTION (MaybeObject *, UnaryOpIC_Miss)
 
 DECLARE_RUNTIME_FUNCTION (MaybeObject *, StoreIC_MissFromStubFailure)
 
 DECLARE_RUNTIME_FUNCTION (MaybeObject *, ElementsTransitionAndStoreIC_Miss)
 
 DECLARE_RUNTIME_FUNCTION (MaybeObject *, BinaryOpIC_Miss)
 
 DECLARE_RUNTIME_FUNCTION (MaybeObject *, BinaryOpIC_MissWithAllocationSite)
 
 DECLARE_RUNTIME_FUNCTION (MaybeObject *, CompareNilIC_Miss)
 
 DECLARE_RUNTIME_FUNCTION (MaybeObject *, ToBooleanIC_Miss)
 

Variables

const int kMaxKeyedPolymorphism = 4
 

Macro Definition Documentation

#define CONST_NAME (   name)    k##name,

Definition at line 70 of file ic.h.

#define IC_UTIL_LIST (   ICU)
Value:
ICU(LoadIC_Miss) \
ICU(KeyedLoadIC_Miss) \
ICU(StoreIC_Miss) \
ICU(StoreIC_ArrayLength) \
ICU(StoreIC_Slow) \
ICU(SharedStoreIC_ExtendStorage) \
ICU(KeyedStoreIC_Miss) \
ICU(KeyedStoreIC_Slow) \
/* Utilities for IC stubs. */ \
ICU(StoreCallbackProperty) \
ICU(LoadPropertyWithInterceptorOnly) \
ICU(LoadPropertyWithInterceptorForLoad) \
ICU(LoadPropertyWithInterceptorForCall) \
ICU(KeyedLoadPropertyWithInterceptor) \
ICU(StoreInterceptorProperty) \
ICU(CompareIC_Miss) \
ICU(BinaryOpIC_Miss) \
ICU(CompareNilIC_Miss) \
ICU(Unreachable) \
ICU(ToBooleanIC_Miss)

Definition at line 42 of file ic.h.