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

#include <il_test_helper.h>

Public Member Functions

 MatchCode (MatchOpCode opcode)
 
 MatchCode (MatchOpCode opcode, Instruction **capture)
 
MatchOpCode opcode ()
 

Friends

class ILMatcher
 

Detailed Description

Definition at line 153 of file il_test_helper.h.

Constructor & Destructor Documentation

◆ MatchCode() [1/2]

dart::MatchCode::MatchCode ( MatchOpCode  opcode)
inline

Definition at line 155 of file il_test_helper.h.

156 : opcode_(opcode), capture_(nullptr) {}
MatchOpCode opcode()

◆ MatchCode() [2/2]

dart::MatchCode::MatchCode ( MatchOpCode  opcode,
Instruction **  capture 
)
inline

Definition at line 158 of file il_test_helper.h.

159 : opcode_(opcode), capture_(capture) {}

Member Function Documentation

◆ opcode()

MatchOpCode dart::MatchCode::opcode ( )
inline

Definition at line 170 of file il_test_helper.h.

170{ return opcode_; }

Friends And Related Symbol Documentation

◆ ILMatcher

friend class ILMatcher
friend

Definition at line 173 of file il_test_helper.h.


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