|
V8 Project
|
Collaboration diagram for v8::internal::ContextSlotCache::Value:Classes | |
| class | IndexField |
| class | InitField |
| class | MaybeAssignedField |
| class | ModeField |
Public Member Functions | |
| Value (VariableMode mode, InitializationFlag init_flag, MaybeAssignedFlag maybe_assigned_flag, int index) | |
| Value (uint32_t value) | |
| uint32_t | raw () |
| VariableMode | mode () |
| InitializationFlag | initialization_flag () |
| MaybeAssignedFlag | maybe_assigned_flag () |
| int | index () |
Private Attributes | |
| uint32_t | value_ |
Definition at line 60 of file scopeinfo.h.
|
inline |
Definition at line 61 of file scopeinfo.h.
References DCHECK, v8::internal::BitFieldBase< T, shift, size, U >::encode(), index(), initialization_flag(), v8::internal::BitFieldBase< T, shift, size, U >::is_valid(), maybe_assigned_flag(), mode(), and value_.
Here is the call graph for this function:
|
inlineexplicit |
Definition at line 76 of file scopeinfo.h.
|
inline |
Definition at line 90 of file scopeinfo.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and value_.
Referenced by v8::internal::ContextSlotCache::Lookup(), and Value().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 82 of file scopeinfo.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and value_.
Referenced by v8::internal::ContextSlotCache::Lookup(), and Value().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 86 of file scopeinfo.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and value_.
Referenced by v8::internal::ContextSlotCache::Lookup(), and Value().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 80 of file scopeinfo.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and value_.
Referenced by v8::internal::ContextSlotCache::Lookup(), and Value().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 78 of file scopeinfo.h.
References value_.
Referenced by v8::internal::ContextSlotCache::Update().
Here is the caller graph for this function:
|
private |
Definition at line 100 of file scopeinfo.h.
Referenced by index(), initialization_flag(), maybe_assigned_flag(), mode(), raw(), and Value().