Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h51 functionHashNames_(Allocator()->Adapter()), in Binder()
228 ArenaUnorderedMap<std::string, size_t> functionHashNames_; variable
Dbinder.cpp372 auto res = functionHashNames_.find(funcContentNameStr); in BuildFunction()
373 if (res != functionHashNames_.end()) { in BuildFunction()
376 functionHashNames_.insert({funcContentNameStr, 1}); in BuildFunction()