Home | History | Annotate | Download | only in arm

Lines Matching full:jump_tables_

117   for (JumpTable& table : jump_tables_) {
167 if ((current_code_size & 2) != 0 && (!literals_.empty() || !jump_tables_.empty())) {
196 for (JumpTable& table : jump_tables_) {
260 if (!jump_tables_.empty()) {
267 for (JumpTable& table : jump_tables_) {
3851 jump_tables_.emplace_back(std::move(labels));
3852 JumpTable* table = &jump_tables_.back();