Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h52 functionHashNames_(Allocator()->Adapter()), in Binder()
237 ArenaUnorderedMap<std::string, size_t> functionHashNames_; variable
Dbinder.cpp403 auto res = functionHashNames_.find(funcContentNameStr); in LegacyBuildFunction()
404 if (res != functionHashNames_.end()) { in LegacyBuildFunction()
407 functionHashNames_.insert({funcContentNameStr, 1}); in LegacyBuildFunction()