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

#include <il.h>

Inheritance diagram for dart::DebugStepCheckInstr:
dart::TemplateInstruction< 0, NoThrow >

Public Member Functions

 DebugStepCheckInstr (const InstructionSource &source, UntaggedPcDescriptors::Kind stub_kind, intptr_t deopt_id)
 
virtual TokenPosition token_pos () const
 
virtual bool ComputeCanDeoptimize () const
 
virtual bool HasUnknownSideEffects () const
 
virtual InstructionCanonicalize (FlowGraph *flow_graph)
 
- Public Member Functions inherited from dart::TemplateInstruction< 0, NoThrow >
 TemplateInstruction (intptr_t deopt_id=DeoptId::kNone)
 
 TemplateInstruction (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::TemplateInstruction< 0, NoThrow >
using BaseClass = typename NoCSE< Instruction, PureInstruction >::Base
 
- Protected Attributes inherited from dart::TemplateInstruction< 0, NoThrow >
EmbeddedArray< Value *, Ninputs_
 

Detailed Description

Definition at line 6217 of file il.h.

Constructor & Destructor Documentation

◆ DebugStepCheckInstr()

dart::DebugStepCheckInstr::DebugStepCheckInstr ( const InstructionSource source,
UntaggedPcDescriptors::Kind  stub_kind,
intptr_t  deopt_id 
)
inline

Definition at line 6219 of file il.h.

6222 : TemplateInstruction(source, deopt_id),
6223 token_pos_(source.token_pos),
6224 stub_kind_(stub_kind) {}
TemplateInstruction(intptr_t deopt_id=DeoptId::kNone)
Definition il.h:1501
SkBitmap source
Definition examples.cpp:28

Member Function Documentation

◆ Canonicalize()

Instruction * dart::DebugStepCheckInstr::Canonicalize ( FlowGraph flow_graph)
virtual

Definition at line 3177 of file il.cc.

3177 {
3178 return nullptr;
3179}

◆ ComputeCanDeoptimize()

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

Definition at line 6229 of file il.h.

6229{ return false; }

◆ HasUnknownSideEffects()

virtual bool dart::DebugStepCheckInstr::HasUnknownSideEffects ( ) const
inlinevirtual

Definition at line 6230 of file il.h.

6230{ return true; }

◆ token_pos()

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

Definition at line 6228 of file il.h.

6228{ return token_pos_; }

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