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

#include <heap-refs.h>

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

Public Member Functions

IndirectHandle< JSArrayobject () const
 
ObjectRef GetBoilerplateLength (JSHeapBroker *broker) const
 
OptionalObjectRef GetOwnCowElement (JSHeapBroker *broker, FixedArrayBaseRef elements_ref, uint32_t index) const
 
OptionalObjectRef length_unsafe (JSHeapBroker *broker) const
 
- Public Member Functions inherited from v8::internal::compiler::JSObjectRef
IndirectHandle< JSObjectobject () const
 
OptionalObjectRef raw_properties_or_hash (JSHeapBroker *broker) const
 
OptionalObjectRef RawInobjectPropertyAt (JSHeapBroker *broker, FieldIndex index) const
 
OptionalObjectRef GetOwnConstantElement (JSHeapBroker *broker, FixedArrayBaseRef elements_ref, uint32_t index, CompilationDependencies *dependencies) const
 
std::optional< Tagged< Object > > GetOwnConstantElementFromHeap (JSHeapBroker *broker, Tagged< FixedArrayBase > elements, ElementsKind elements_kind, uint32_t index) const
 
OptionalObjectRef GetOwnFastConstantDataProperty (JSHeapBroker *broker, Representation field_representation, FieldIndex index, CompilationDependencies *dependencies) const
 
std::optional< Float64GetOwnFastConstantDoubleProperty (JSHeapBroker *broker, FieldIndex index, CompilationDependencies *dependencies) const
 
OptionalObjectRef GetOwnDictionaryProperty (JSHeapBroker *broker, InternalIndex index, CompilationDependencies *dependencies) const
 
OptionalFixedArrayBaseRef elements (JSHeapBroker *broker, RelaxedLoadTag) const
 
bool IsElementsTenured (FixedArrayBaseRef elements)
 
OptionalMapRef GetObjectCreateMap (JSHeapBroker *broker) const
 
- Public Member Functions inherited from v8::internal::compiler::JSReceiverRef
IndirectHandle< JSReceiverobject () const
 
- Public Member Functions inherited from v8::internal::compiler::HeapObjectRef
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 1057 of file heap-refs.h.

Member Function Documentation

◆ GetBoilerplateLength()

ObjectRef v8::internal::compiler::JSArrayRef::GetBoilerplateLength ( JSHeapBroker * broker) const

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

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

◆ GetOwnCowElement()

OptionalObjectRef v8::internal::compiler::JSArrayRef::GetOwnCowElement ( JSHeapBroker * broker,
FixedArrayBaseRef elements_ref,
uint32_t index ) const

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

Here is the call graph for this function:

◆ length_unsafe()

OptionalObjectRef v8::internal::compiler::JSArrayRef::length_unsafe ( JSHeapBroker * broker) const

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

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

◆ object()

IndirectHandle< JSArray > v8::internal::compiler::JSArrayRef::object ( ) const

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