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()
230 ArenaUnorderedMap<std::string, size_t> functionHashNames_; variable
Dbinder.cpp388 auto res = functionHashNames_.find(funcContentNameStr); in BuildFunction()
389 if (res != functionHashNames_.end()) { in BuildFunction()
392 functionHashNames_.insert({funcContentNameStr, 1}); in BuildFunction()