Home | History | Annotate | Download | only in runtime

Lines Matching full:is_end

940   bool is_end = (it == method_entry_listeners_.end());
942 while (!is_end) {
945 is_end = (it == method_entry_listeners_.end());
954 bool is_end = (it == method_exit_listeners_.end());
956 while (!is_end) {
959 is_end = (it == method_exit_listeners_.end());