Home
last modified time | relevance | path

Searched refs:IsSameFunctionAs (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.h148 bool IsSameFunctionAs(const CodeEntry* entry) const;
154 return lhs->IsSameFunctionAs(rhs); in operator ()()
330 return lhs.code_entry->IsSameFunctionAs(rhs.code_entry) && in operator ()()
H A Dprofile-generator.cc156 bool CodeEntry::IsSameFunctionAs(const CodeEntry* entry) const { in IsSameFunctionAs() function in v8::internal::CodeEntry

Completed in 4 milliseconds