構成 |
class | v8::internal::ExternalReferenceEncoder |
class | v8::internal::ExternalReferenceDecoder |
class | v8::internal::Serializer |
class | v8::internal::SnapshotReader |
class | v8::internal::Deserializer |
ネームスペース |
namespace | v8 |
namespace | v8::internal |
列挙型 |
enum | v8::internal::TypeCode {
v8::internal::UNCLASSIFIED,
v8::internal::BUILTIN,
v8::internal::RUNTIME_FUNCTION,
v8::internal::IC_UTILITY,
v8::internal::DEBUG_ADDRESS,
v8::internal::STATS_COUNTER,
v8::internal::TOP_ADDRESS,
v8::internal::C_BUILTIN,
v8::internal::EXTENSION,
v8::internal::ACCESSOR,
v8::internal::RUNTIME_ENTRY,
v8::internal::STUB_CACHE_TABLE
} |
変数 |
const int | v8::internal::kTypeCodeCount = STUB_CACHE_TABLE + 1 |
const int | v8::internal::kFirstTypeCode = UNCLASSIFIED |
const int | v8::internal::kReferenceIdBits = 16 |
const int | v8::internal::kReferenceIdMask = (1 << kReferenceIdBits) - 1 |
const int | v8::internal::kReferenceTypeShift = kReferenceIdBits |
const int | v8::internal::kDebugRegisterBits = 4 |
const int | v8::internal::kDebugIdShift = kDebugRegisterBits |