Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.h102 bool IsSameFunctionAs(const CodeEntry* entry) const;
240 return lhs.code_entry->IsSameFunctionAs(rhs.code_entry) && in operator()
Dprofile-generator.cc101 bool CodeEntry::IsSameFunctionAs(const CodeEntry* entry) const { in IsSameFunctionAs() function in v8::internal::CodeEntry