Flutter Engine
The Flutter Engine
|
#include <il_test_helper.h>
Public Member Functions | |
ILMatcher (FlowGraph *flow_graph, Instruction *cursor, bool trace=true, ParallelMovesHandling parallel_moves_handling=ParallelMovesHandling::kDefault) | |
Instruction * | value () |
bool | TryMatch (std::initializer_list< MatchCode > match_codes, MatchOpCode insert_before=kInvalidMatchOpCode) |
Public Member Functions inherited from dart::ValueObject | |
ValueObject () | |
~ValueObject () | |
Definition at line 224 of file il_test_helper.h.
|
inline |
Definition at line 226 of file il_test_helper.h.
bool dart::ILMatcher::TryMatch | ( | std::initializer_list< MatchCode > | match_codes, |
MatchOpCode | insert_before = kInvalidMatchOpCode |
||
) |
Definition at line 288 of file il_test_helper.cc.
|
inline |
Definition at line 242 of file il_test_helper.h.