#include "assembler.h"
構成 | |
class | v8::internal::IC |
class | v8::internal::IC_Utility |
class | v8::internal::CallIC |
class | v8::internal::LoadIC |
class | v8::internal::KeyedLoadIC |
class | v8::internal::StoreIC |
class | v8::internal::KeyedStoreIC |
ネームスペース | |
namespace | v8 |
namespace | v8::internal |
マクロ定義 | |
#define | IC_UTIL_LIST(ICU) |
#define | CONST_NAME(name) k##name, |
#define IC_UTIL_LIST | ( | ICU | ) |
ICU(LoadIC_Miss) \ ICU(KeyedLoadIC_Miss) \ ICU(CallIC_Miss) \ ICU(StoreIC_Miss) \ ICU(SharedStoreIC_ExtendStorage) \ ICU(KeyedStoreIC_Miss) \ /* Utilities for IC stubs. */ \ ICU(LoadCallbackProperty) \ ICU(StoreCallbackProperty) \ ICU(LoadInterceptorProperty) \ ICU(StoreInterceptorProperty)
参照元 v8::internal::ExternalReferenceTable::ExternalReferenceTable().