Definition at line 993 of file deopt_instructions.cc.
◆ TrieNode() [1/2]
dart::DeoptInfoBuilder::TrieNode::TrieNode |
( |
| ) |
|
|
inline |
◆ TrieNode() [2/2]
dart::DeoptInfoBuilder::TrieNode::TrieNode |
( |
DeoptInstr * |
instruction, |
|
|
intptr_t |
info_number |
|
) |
| |
|
inline |
◆ AddChild()
void dart::DeoptInfoBuilder::TrieNode::AddChild |
( |
TrieNode * |
child | ) |
|
|
inline |
◆ FindChild()
Definition at line 1009 of file deopt_instructions.cc.
1009 {
1010 for (intptr_t
i = 0;
i < children_.length(); ++
i) {
1012 if (child->instruction_->Equals(instruction)) return child;
1013 }
1014 return nullptr;
1015 }
◆ info_number()
intptr_t dart::DeoptInfoBuilder::TrieNode::info_number |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: