v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::HeapObjectRef Class Reference

#include <heap-refs.h>

Inheritance diagram for v8::internal::compiler::HeapObjectRef:
Collaboration diagram for v8::internal::compiler::HeapObjectRef:

Public Member Functions

IndirectHandle< HeapObjectobject () const
 
V8_EXPORT_PRIVATE MapRef map (JSHeapBroker *broker) const
 
OptionalMapRef map_direct_read (JSHeapBroker *broker) const
 
HeapObjectType GetHeapObjectType (JSHeapBroker *broker) const
 

Detailed Description

Definition at line 522 of file heap-refs.h.

Member Function Documentation

◆ GetHeapObjectType()

HeapObjectType v8::internal::compiler::HeapObjectRef::GetHeapObjectType ( JSHeapBroker * broker) const

Definition at line 2248 of file heap-refs.cc.

Here is the call graph for this function:

◆ map()

V8_EXPORT_PRIVATE MapRef v8::internal::compiler::HeapObjectRef::map ( JSHeapBroker * broker) const
Here is the caller graph for this function:

◆ map_direct_read()

OptionalMapRef v8::internal::compiler::HeapObjectRef::map_direct_read ( JSHeapBroker * broker) const

Definition at line 2221 of file heap-refs.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ object()

IndirectHandle< HeapObject > v8::internal::compiler::HeapObjectRef::object ( ) const
Here is the caller graph for this function:

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