Lines Matching refs:kIllegal
92 return {PeepholeAction::kElideLastBeforeJumpAction, Bytecode::kIllegal}; in LookupActionAndData()
94 return {PeepholeAction::kElideLastAction, Bytecode::kIllegal}; in LookupActionAndData()
103 return {PeepholeAction::kElideLastAction, Bytecode::kIllegal}; in LookupActionAndData()
111 return {PeepholeAction::kElideLastAction, Bytecode::kIllegal}; in LookupActionAndData()
119 Bytecode::kIllegal}; in LookupActionAndData()
219 if (last == Bytecode::kIllegal) { in LookupActionAndData()
221 return {PeepholeAction::kUpdateLastJumpAction, Bytecode::kIllegal}; in LookupActionAndData()
224 Bytecode::kIllegal}; in LookupActionAndData()
226 return {PeepholeAction::kUpdateLastAction, Bytecode::kIllegal}; in LookupActionAndData()
232 return {PeepholeAction::kDefaultJumpAction, Bytecode::kIllegal}; in LookupActionAndData()
234 return {PeepholeAction::kDefaultAction, Bytecode::kIllegal}; in LookupActionAndData()