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::NewArgumentsElements< B > Struct Template Reference

#include <builtin-call-descriptors.h>

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

Public Types

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

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 = base_effects.CanAllocate()
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::compiler::turboshaft::BuiltinCallDescriptor::Descriptor< NewArgumentsElements< 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::NewArgumentsElements< B >

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

Member Typedef Documentation

◆ arguments_t

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

◆ results_t

Member Data Documentation

◆ kEffects

template<Builtin B>
OpEffects v8::internal::compiler::turboshaft::BuiltinCallDescriptor::NewArgumentsElements< B >::kEffects = base_effects.CanAllocate()
staticconstexpr

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

◆ kFunction

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

◆ kNeedsContext

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

◆ kNeedsFrameState

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

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

◆ kProperties


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