V8 Project
v8::internal::TypeFeedbackInfo::ICTotalCountField Class Reference
+ Inheritance diagram for v8::internal::TypeFeedbackInfo::ICTotalCountField:
+ Collaboration diagram for v8::internal::TypeFeedbackInfo::ICTotalCountField:

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::BitFieldBase< T, shift, size, U >
static bool is_valid (T value)
 
static U encode (T value)
 
static U update (U previous, T value)
 
static T decode (U value)
 
- Static Public Attributes inherited from v8::internal::BitFieldBase< T, shift, size, U >
static const U kOne = static_cast<U>(1U)
 
static const U kMask = ((kOne << shift) << size) - (kOne << shift)
 
static const U kShift = shift
 
static const U kSize = size
 
static const U kNext = kShift + kSize
 
static const T kMax = static_cast<T>((1U << size) - 1)
 

Detailed Description

Definition at line 8068 of file objects.h.


The documentation for this class was generated from the following file: