Home | History | Annotate | Download | only in compiler

Lines Matching refs:handlers_

61       handlers_(zone()),
308 if (!handlers_.empty()) {
310 tasm(), static_cast<int>(handlers_.size()));
311 for (size_t i = 0; i < handlers_.size(); ++i) {
312 HandlerTable::EmitReturnEntry(tasm(), handlers_[i].pc_offset,
313 handlers_[i].handler->pos());
875 handlers_.push_back({GetLabel(handler_rpo), tasm()->pc_offset()});