Lines Matching refs:end
62 // Marks the end of a sequence and sets optimized bytecode to replace all
68 // Invoking this method is only allowed on nodes that mark the end of a valid
119 // Returns whether this node marks the end of a valid sequence (i.e. can be
125 // the end of a valid sequence.
131 // Invoking this method is only allowed on nodes that mark the end of a valid
135 // Invoking this method is only allowed on nodes that mark the end of a valid
139 // Invoking this method is only allowed on nodes that mark the end of a valid
142 // Returns an iterator to end of ignored arguments.
143 // Invoking this method is only allowed on nodes that mark the end of a valid
291 if (children_.find(bytecode) == children_.end()) {
392 check_iter != argument_check_->end() && is_valid; check_iter++) {
422 if (found == children_.end()) return nullptr;
451 return argument_ignored_->end();
488 // check for end of iterator inside the fixup loop.
494 // Sentinel fixups at end of (old) bytecode so we don't have to check for
495 // end of iterator inside the fixup loop.
596 // the ADVANCE_CP_AND_GOTO bytecode at the end of the sequence.
689 // Jump sources that are mapped or marked as unused will be deleted at the end
691 // information when we have to preserve bytecodes at the end.
704 if (jump_edge_iter != jump_edges_.end()) {
713 DCHECK(jump_count_iter != jump_usage_counts_.end());
729 if (jump_edge_iter != jump_edges_.end()) {
736 DCHECK(jump_count_iter != jump_usage_counts_.end());
751 while (jump_destination_candidate != jump_usage_counts_.end() &&
759 if (jump_destination_candidate != jump_usage_counts_.end() &&
767 jump_iter != jump_edges_.end() &&
777 // We preserve everything to the end of the sequence. This is conservative
795 // Jumps after the end of the old sequence need fixup.
809 DCHECK(previous_fixup != jump_source_fixups_.end());
818 DCHECK(previous_fixup != jump_destination_fixups_.end());
827 DCHECK(previous_fixup != jump_destination_fixups_.end());
903 optimized_bytecode_buffer_.end());
905 optimized_bytecode_buffer_.insert(optimized_bytecode_buffer_.end(),
922 optimized_bytecode_buffer_.end());
923 optimized_bytecode_buffer_.insert(optimized_bytecode_buffer_.end(),
930 optimized_bytecode_buffer_.end());
931 optimized_bytecode_buffer_.insert(optimized_bytecode_buffer_.end(), count,