Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.cpp540 void PatchFix::CheckAndRestoreSpecialFunctionName(uint32_t globalIndexForSpecialFunc, std::string &funcInternalName, in CheckAndRestoreSpecialFunctionName() argument
545 if (it->second.size() == 0 || globalIndexForSpecialFunc > it->second.size()) { in CheckAndRestoreSpecialFunctionName()
552 std::string originalName = it->second.at(std::to_string(globalIndexForSpecialFunc)); in CheckAndRestoreSpecialFunctionName()
H A DpatchFix.h78 void CheckAndRestoreSpecialFunctionName(uint32_t globalIndexForSpecialFunc, std::string &funcName,

Completed in 3 milliseconds