Flutter Engine
The Flutter Engine
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 170 of file il_test_helper.h.

Constructor & Destructor Documentation

◆ MatchCode() [1/2]

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

Definition at line 172 of file il_test_helper.h.

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

◆ MatchCode() [2/2]

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

Definition at line 175 of file il_test_helper.h.

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

Member Function Documentation

◆ opcode()

MatchOpCode dart::MatchCode::opcode ( )
inline

Definition at line 187 of file il_test_helper.h.

187{ return opcode_; }

Friends And Related Function Documentation

◆ ILMatcher

friend class ILMatcher
friend

Definition at line 190 of file il_test_helper.h.


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