Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp516 void PatchFix::CheckAndRestoreSpecialFunctionName(uint32_t globalIndexForSpecialFunc, std::string &… in CheckAndRestoreSpecialFunctionName() argument
521 if (it->second.size() == 0 || globalIndexForSpecialFunc > it->second.size()) { in CheckAndRestoreSpecialFunctionName()
528 std::string originalName = it->second.at(std::to_string(globalIndexForSpecialFunc)); in CheckAndRestoreSpecialFunctionName()
DpatchFix.h75 … void CheckAndRestoreSpecialFunctionName(uint32_t globalIndexForSpecialFunc, std::string &funcName,