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

#include <maglev-ir.h>

Inheritance diagram for v8::internal::maglev::CheckInstanceType:
Collaboration diagram for v8::internal::maglev::CheckInstanceType:

Public Member Functions

 CheckInstanceType (uint64_t bitfield, CheckType check_type, const InstanceType first_instance_type, const InstanceType last_instance_type)
 
Inputreceiver_input ()
 
CheckType check_type () const
 
void SetValueLocationConstraints ()
 
void GenerateCode (MaglevAssembler *, const ProcessingState &)
 
void PrintParams (std::ostream &, MaglevGraphLabeller *) const
 
auto options () const
 
InstanceType first_instance_type () const
 
InstanceType last_instance_type () const
 
- Public Member Functions inherited from v8::internal::maglev::FixedInputNodeTMixin< InputCount, Base, Derived >
constexpr bool has_inputs () const
 
constexpr uint16_t input_count () const
 
constexpr auto end ()
 
void VerifyInputs (MaglevGraphLabeller *graph_labeller) const
 
- Public Member Functions inherited from v8::internal::maglev::NodeTMixin< Base, Derived >
constexpr Opcode opcode () const
 
constexpr const OpPropertiesproperties () const
 

Static Public Attributes

static constexpr OpProperties kProperties = OpProperties::EagerDeopt()
 
static constexpr Base::InputTypes kInputTypes {ValueRepresentation::kTagged}
 
static constexpr int kReceiverIndex = 0
 
- Static Public Attributes inherited from v8::internal::maglev::FixedInputNodeTMixin< InputCount, Base, Derived >
static constexpr size_t kInputCount = InputCount
 

Private Types

using Base = FixedInputNodeT<1, CheckInstanceType>
 
using CheckTypeBitField = NextBitField<CheckType, 1>
 

Private Attributes

const InstanceType first_instance_type_
 
const InstanceType last_instance_type_
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::maglev::NodeTMixin< Base, Derived >
template<typename... Args>
static Derived * New (Zone *zone, std::initializer_list< ValueNode * > inputs, Args &&... args)
 
template<typename... Args>
static Derived * New (Zone *zone, size_t input_count, Args &&... args)
 
- Protected Types inherited from v8::internal::maglev::FixedInputNodeTMixin< InputCount, Base, Derived >
using InputTypes = detail::ArrayWrapper<kInputCount>
 
- Protected Member Functions inherited from v8::internal::maglev::FixedInputNodeTMixin< InputCount, Base, Derived >
template<typename... Args>
 FixedInputNodeTMixin (uint64_t bitfield, Args &&... args)
 
- Protected Member Functions inherited from v8::internal::maglev::NodeTMixin< Base, Derived >
template<typename... Args>
 NodeTMixin (uint64_t bitfield, Args &&... args)
 
- Protected Attributes inherited from v8::internal::maglev::FixedInputNodeTMixin< InputCount, Base, Derived >
detail::YouNeedToDefineAnInputTypesArrayInYourDerivedClass kInputTypes
 

Detailed Description

Definition at line 6842 of file maglev-ir.h.

Member Typedef Documentation

◆ Base

◆ CheckTypeBitField

Definition at line 6876 of file maglev-ir.h.

Constructor & Destructor Documentation

◆ CheckInstanceType()

v8::internal::maglev::CheckInstanceType::CheckInstanceType ( uint64_t bitfield,
CheckType check_type,
const InstanceType first_instance_type,
const InstanceType last_instance_type )
inlineexplicit

Definition at line 6846 of file maglev-ir.h.

Here is the call graph for this function:

Member Function Documentation

◆ check_type()

CheckType v8::internal::maglev::CheckInstanceType::check_type ( ) const
inline

Definition at line 6862 of file maglev-ir.h.

Here is the caller graph for this function:

◆ first_instance_type()

InstanceType v8::internal::maglev::CheckInstanceType::first_instance_type ( ) const
inline

Definition at line 6872 of file maglev-ir.h.

Here is the caller graph for this function:

◆ GenerateCode()

void v8::internal::maglev::CheckInstanceType::GenerateCode ( MaglevAssembler * ,
const ProcessingState &  )

◆ last_instance_type()

InstanceType v8::internal::maglev::CheckInstanceType::last_instance_type ( ) const
inline

Definition at line 6873 of file maglev-ir.h.

Here is the caller graph for this function:

◆ options()

auto v8::internal::maglev::CheckInstanceType::options ( ) const
inline

Definition at line 6868 of file maglev-ir.h.

Here is the call graph for this function:

◆ PrintParams()

void v8::internal::maglev::CheckInstanceType::PrintParams ( std::ostream & os,
MaglevGraphLabeller * graph_labeller ) const

Definition at line 7662 of file maglev-ir.cc.

◆ receiver_input()

Input & v8::internal::maglev::CheckInstanceType::receiver_input ( )
inline

Definition at line 6860 of file maglev-ir.h.

◆ SetValueLocationConstraints()

void v8::internal::maglev::CheckInstanceType::SetValueLocationConstraints ( )

Member Data Documentation

◆ first_instance_type_

const InstanceType v8::internal::maglev::CheckInstanceType::first_instance_type_
private

Definition at line 6877 of file maglev-ir.h.

◆ kInputTypes

Base::InputTypes v8::internal::maglev::CheckInstanceType::kInputTypes {ValueRepresentation::kTagged}
staticconstexpr

Definition at line 6857 of file maglev-ir.h.

◆ kProperties

OpProperties v8::internal::maglev::CheckInstanceType::kProperties = OpProperties::EagerDeopt()
staticconstexpr

Definition at line 6855 of file maglev-ir.h.

◆ kReceiverIndex

int v8::internal::maglev::CheckInstanceType::kReceiverIndex = 0
staticconstexpr

Definition at line 6859 of file maglev-ir.h.

◆ last_instance_type_

const InstanceType v8::internal::maglev::CheckInstanceType::last_instance_type_
private

Definition at line 6878 of file maglev-ir.h.


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