Home
last modified time | relevance | path

Searched refs:CheckAndRestoreSpecialFunctionName (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h75 … void CheckAndRestoreSpecialFunctionName(uint32_t globalIndexForSpecialFunc, std::string &funcName,
DpatchFix.cpp516 void PatchFix::CheckAndRestoreSpecialFunctionName(uint32_t globalIndexForSpecialFunc, std::string &… in CheckAndRestoreSpecialFunctionName() function in panda::es2panda::util::PatchFix
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp335 … program_->PatchFixHelper()->CheckAndRestoreSpecialFunctionName(++globalIndexForSpecialFunc_, in StoreAndCheckSpecialFunctionName()