Definition at line 159 of file code_descriptors.cc.
◆ TrieNode() [1/2]
dart::CatchEntryMovesMapBuilder::TrieNode::TrieNode |
( |
| ) |
|
|
inline |
◆ TrieNode() [2/2]
dart::CatchEntryMovesMapBuilder::TrieNode::TrieNode |
( |
CatchEntryMove |
move, |
|
|
intptr_t |
index |
|
) |
| |
|
inline |
◆ Follow()
Definition at line 172 of file code_descriptors.cc.
172 {
173 for (intptr_t
i = 0;
i < children_.length();
i++) {
174 if (children_[
i]->move_ ==
next)
return children_[
i];
175 }
176 return nullptr;
177 }
static float next(float f)
◆ Insert()
◆ Offset()
intptr_t dart::CatchEntryMovesMapBuilder::TrieNode::Offset |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: