|
| | HeapObjectData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< HeapObject > object, ObjectDataKind kind) |
| |
| std::optional< bool > | TryGetBooleanValue (JSHeapBroker *broker) const |
| |
| ObjectData * | map () const |
| |
| InstanceType | GetMapInstanceType () const |
| |
| | ObjectData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< Object > object, ObjectDataKind kind) |
| |
| IndirectHandle< Object > | object () const |
| |
| ObjectDataKind | kind () const |
| |
| bool | is_smi () const |
| |
| bool | should_access_heap () const |
| |
| bool | IsNull () const |
| |
| void * | operator new (size_t, Zone *)=delete |
| |
| void * | operator new (size_t size, void *ptr) |
| |
| void | operator delete (void *, size_t) |
| |
| void | operator delete (void *pointer, Zone *zone)=delete |
| |
Definition at line 146 of file heap-refs.cc.
◆ HeapObjectData()
◆ GetMapInstanceType()
| InstanceType v8::internal::compiler::HeapObjectData::GetMapInstanceType |
( |
| ) |
const |
◆ map()
| ObjectData * v8::internal::compiler::HeapObjectData::map |
( |
| ) |
const |
|
inline |
◆ TryGetBooleanValue()
| std::optional< bool > v8::internal::compiler::HeapObjectData::TryGetBooleanValue |
( |
JSHeapBroker * | broker | ) |
const |
◆ TryGetBooleanValueImpl()
| std::optional< bool > v8::internal::compiler::HeapObjectData::TryGetBooleanValueImpl |
( |
JSHeapBroker * | broker | ) |
const |
|
private |
◆ map_
| ObjectData* v8::internal::compiler::HeapObjectData::map_ |
|
private |
The documentation for this class was generated from the following file: