v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::BuiltinCallDescriptor::GrowFastElements< B > Struct Template Reference

#include <builtin-call-descriptors.h>

Inheritance diagram for v8::internal::compiler::turboshaft::BuiltinCallDescriptor::GrowFastElements< B >:
Collaboration diagram for v8::internal::compiler::turboshaft::BuiltinCallDescriptor::GrowFastElements< B >:

Public Types

using arguments_t = std::tuple<V<Object>, V<Smi>>
 
using results_t = std::tuple<V<Object>>
 

Static Public Attributes

static constexpr auto kFunction = B
 
static constexpr bool kNeedsFrameState = false
 
static constexpr bool kNeedsContext = false
 
static constexpr Operator::Properties kProperties = Operator::kEliminatable
 
static constexpr OpEffects kEffects
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::compiler::turboshaft::BuiltinCallDescriptor::Descriptor< GrowFastElements< B > >
static const TSCallDescriptorCreate (StubCallMode call_mode, Zone *zone, LazyDeoptOnThrow lazy_deopt_on_throw=LazyDeoptOnThrow::kNo)
 

Detailed Description

template<Builtin B>
struct v8::internal::compiler::turboshaft::BuiltinCallDescriptor::GrowFastElements< B >

Definition at line 237 of file builtin-call-descriptors.h.

Member Typedef Documentation

◆ arguments_t

Definition at line 239 of file builtin-call-descriptors.h.

◆ results_t

Definition at line 240 of file builtin-call-descriptors.h.

Member Data Documentation

◆ kEffects

◆ kFunction

Definition at line 238 of file builtin-call-descriptors.h.

◆ kNeedsContext

template<Builtin B>
bool v8::internal::compiler::turboshaft::BuiltinCallDescriptor::GrowFastElements< B >::kNeedsContext = false
staticconstexpr

Definition at line 243 of file builtin-call-descriptors.h.

◆ kNeedsFrameState

template<Builtin B>
bool v8::internal::compiler::turboshaft::BuiltinCallDescriptor::GrowFastElements< B >::kNeedsFrameState = false
staticconstexpr

Definition at line 242 of file builtin-call-descriptors.h.

◆ kProperties


The documentation for this struct was generated from the following file: