Home | History | Annotate | Download | only in cctest

Lines Matching defs:comment

157   profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment_code, "comment");
174 CodeEntry* comment = generator.code_map()->FindEntry(comment_code->address());
175 CHECK_NE(NULL, comment);
176 CHECK_EQ("comment", comment->name());