Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h53 specialFuncNameIndexMap_(Allocator()->Adapter()), in Binder()
136 return specialFuncNameIndexMap_; in SpecialFuncNameIndexMap()
231 ArenaUnorderedMap<std::string, std::string> specialFuncNameIndexMap_; variable
Dbinder.cpp329specialFuncNameIndexMap_.insert({internalNameStr, std::to_string(++globalIndexForSpecialFunc_)}); in StoreAndCheckSpecialFunctionName()