V8 Project
|
#include "src/compiler/node-cache.h"
Go to the source code of this file.
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::internal | |
v8::internal::compiler | |
Macros | |
#define | INITIAL_SIZE 16 |
#define | LINEAR_PROBE 5 |
Functions | |
template<typename Key > | |
int32_t | v8::internal::compiler::NodeCacheHash (Key key) |
template<> | |
int32_t | v8::internal::compiler::NodeCacheHash (int32_t key) |
template<> | |
int32_t | v8::internal::compiler::NodeCacheHash (int64_t key) |
template<> | |
int32_t | v8::internal::compiler::NodeCacheHash (double key) |
template<> | |
int32_t | v8::internal::compiler::NodeCacheHash (void *key) |
#define INITIAL_SIZE 16 |
Definition at line 11 of file node-cache.cc.
#define LINEAR_PROBE 5 |
Definition at line 12 of file node-cache.cc.