Home | History | Annotate | Download | only in cctest

Lines Matching refs:comment2

153   profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment2_code, "comment2");
179 CodeEntry* comment2 = generator.code_map()->FindEntry(moved_code->address());
180 CHECK_NE(NULL, comment2);
181 CHECK_EQ("comment2", comment2->name());