#include <maglev-interpreter-frame-state.h>
◆ NodeInfo() [1/2]
v8::internal::maglev::NodeInfo::NodeInfo |
( |
| ) |
|
|
default |
◆ NodeInfo() [2/2]
◆ alternative() [1/2]
◆ alternative() [2/2]
◆ any_map_is_unstable()
bool v8::internal::maglev::NodeInfo::any_map_is_unstable |
( |
| ) |
const |
|
inline |
◆ ClearUnstableMaps()
void v8::internal::maglev::NodeInfo::ClearUnstableMaps |
( |
| ) |
|
|
inline |
◆ ClearUnstableMapsIfAny()
void v8::internal::maglev::NodeInfo::ClearUnstableMapsIfAny |
( |
const Function & | condition | ) |
|
|
inline |
◆ CombineType()
◆ IntersectType()
◆ is_any_heap_object()
bool v8::internal::maglev::NodeInfo::is_any_heap_object |
( |
| ) |
const |
|
inline |
◆ is_internalized_string()
bool v8::internal::maglev::NodeInfo::is_internalized_string |
( |
| ) |
const |
|
inline |
◆ is_smi()
bool v8::internal::maglev::NodeInfo::is_smi |
( |
| ) |
const |
|
inline |
◆ is_string()
bool v8::internal::maglev::NodeInfo::is_string |
( |
| ) |
const |
|
inline |
◆ is_symbol()
bool v8::internal::maglev::NodeInfo::is_symbol |
( |
| ) |
const |
|
inline |
◆ MergeWith()
void v8::internal::maglev::NodeInfo::MergeWith |
( |
const NodeInfo & | other, |
|
|
Zone * | zone, |
|
|
bool & | any_merged_map_is_unstable ) |
|
inline |
◆ no_info_available()
bool v8::internal::maglev::NodeInfo::no_info_available |
( |
| ) |
const |
|
inline |
◆ possible_maps()
const PossibleMaps & v8::internal::maglev::NodeInfo::possible_maps |
( |
| ) |
const |
|
inline |
◆ possible_maps_are_known()
bool v8::internal::maglev::NodeInfo::possible_maps_are_known |
( |
| ) |
const |
|
inline |
◆ possible_maps_are_unstable()
bool v8::internal::maglev::NodeInfo::possible_maps_are_unstable |
( |
| ) |
const |
|
inline |
◆ SetPossibleMaps()
◆ type()
NodeType v8::internal::maglev::NodeInfo::type |
( |
| ) |
const |
|
inline |
◆ alternative_
◆ any_map_is_unstable_
bool v8::internal::maglev::NodeInfo::any_map_is_unstable_ = false |
|
private |
◆ possible_maps_
◆ possible_maps_are_known_
bool v8::internal::maglev::NodeInfo::possible_maps_are_known_ = false |
|
private |
◆ type_
NodeType v8::internal::maglev::NodeInfo::type_ = NodeType::kUnknown |
|
private |
The documentation for this class was generated from the following file: