Home
last modified time | relevance | path

Searched refs:GetComment (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dcode-stats.cc174 const char* comment_txt = cit->GetComment(); in CollectCommentStatistics()
187 const char* const txt = cit->GetComment(); in CollectCommentStatistics()
/third_party/node/deps/v8/src/codegen/
Dcode-comments.h53 const char* GetComment() const;
Dcode-comments.cc43 const char* CodeCommentsIterator::GetComment() const { in GetComment() function in v8::internal::CodeCommentsIterator
/third_party/node/deps/v8/src/diagnostics/
Ddisassembler.cc376 comments.push_back(cit.GetComment()); in DecodeIt()
453 out << " " << cit.GetComment(); in DecodeIt()
/third_party/node/deps/v8/include/
Dv8-profiler.h1166 const char* GetComment();
/third_party/node/deps/v8/src/api/
Dapi.cc10062 const char* CodeEvent::GetComment() { in GetComment() function in v8::CodeEvent