Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dart::SmiToDoubleInstr Class Reference

#include <il.h>

Inheritance diagram for dart::SmiToDoubleInstr:
dart::TemplateDefinition< 1, NoThrow, Pure >

Public Member Functions

 SmiToDoubleInstr (Value *value, const InstructionSource &source)
 
Valuevalue () const
 
virtual TokenPosition token_pos () const
 
virtual Representation representation () const
 
virtual bool ComputeCanDeoptimize () const
 
virtual bool AttributesEqual (const Instruction &other) const
 
- Public Member Functions inherited from dart::TemplateDefinition< 1, NoThrow, Pure >
 TemplateDefinition (intptr_t deopt_id=DeoptId::kNone)
 
 TemplateDefinition (const InstructionSource &source, intptr_t deopt_id=DeoptId::kNone)
 
virtual intptr_t InputCount () const
 
virtual ValueInputAt (intptr_t i) const
 
virtual bool MayThrow () const
 

Additional Inherited Members

- Public Types inherited from dart::TemplateDefinition< 1, NoThrow, Pure >
using BaseClass = typename Pure< Definition, PureDefinition >::Base
 
- Protected Attributes inherited from dart::TemplateDefinition< 1, NoThrow, Pure >
EmbeddedArray< Value *, Ninputs_
 

Detailed Description

Definition at line 9897 of file il.h.

Constructor & Destructor Documentation

◆ SmiToDoubleInstr()

dart::SmiToDoubleInstr::SmiToDoubleInstr ( Value value,
const InstructionSource source 
)
inline

Definition at line 9899 of file il.h.

9900 : TemplateDefinition(source), token_pos_(source.token_pos) {
9901 SetInputAt(0, value);
9902 }
Value * value() const
Definition il.h:9904
TemplateDefinition(intptr_t deopt_id=DeoptId::kNone)
Definition il.h:2731
SkBitmap source
Definition examples.cpp:28

Member Function Documentation

◆ AttributesEqual()

virtual bool dart::SmiToDoubleInstr::AttributesEqual ( const Instruction other) const
inlinevirtual

Definition at line 9913 of file il.h.

9913{ return true; }

◆ ComputeCanDeoptimize()

virtual bool dart::SmiToDoubleInstr::ComputeCanDeoptimize ( ) const
inlinevirtual

Definition at line 9911 of file il.h.

9911{ return false; }

◆ representation()

virtual Representation dart::SmiToDoubleInstr::representation ( ) const
inlinevirtual

Definition at line 9909 of file il.h.

9909{ return kUnboxedDouble; }

◆ token_pos()

virtual TokenPosition dart::SmiToDoubleInstr::token_pos ( ) const
inlinevirtual

Definition at line 9905 of file il.h.

9905{ return token_pos_; }

◆ value()

Value * dart::SmiToDoubleInstr::value ( ) const
inline

Definition at line 9904 of file il.h.

9904{ return inputs_[0]; }
EmbeddedArray< Value *, N > inputs_
Definition il.h:2744

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