|
| enum | Table { kPrimary,
kSecondary
} |
| |
|
|
static int | PrimaryOffsetForTesting (Name name, Map map) |
| |
|
static int | SecondaryOffsetForTesting (Name name, int seed) |
| |
|
|
static const int | kCacheIndexShift = Name::kHashShift |
| |
|
static const int | kPrimaryTableBits = 11 |
| |
|
static const int | kPrimaryTableSize = (1 << kPrimaryTableBits) |
| |
|
static const int | kSecondaryTableBits = 9 |
| |
|
static const int | kSecondaryTableSize = (1 << kSecondaryTableBits) |
| |
|
static const int | kSecondaryMagic = 0xb16ca6e5 |
| |
|
|
class | Isolate |
| |
|
class | SCTableReference |
| |
Definition at line 32 of file stub-cache.h.
The documentation for this class was generated from the following files: