Searched refs:funcInternalName (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | symbolTable.cpp | 54 void SymbolTable::ReadRecordHashFunctionNames(const std::string &recordName, const std::string &funcInternalName, in ReadRecordHashFunctionNames() argument 66 recordHashFunctionNames->second.insert({specialFuncIndex, funcInternalName}); in ReadRecordHashFunctionNames() 68 std::unordered_map<std::string, std::string> functionIndexNameMap {{specialFuncIndex, funcInternalName}}; in ReadRecordHashFunctionNames() 98 info.funcInternalName = funcItems[1]; in ReadSymbolTable() 114 originFunctionInfo_.insert(std::pair<std::string, OriginFunctionInfo>(info.funcInternalName, info)); in ReadSymbolTable() 118 ReadRecordHashFunctionNames(info.recordName, info.funcInternalName, specialFuncIndex); in ReadSymbolTable()
|
H A D | symbolTable.h | 31 std::string funcInternalName; member 79 void ReadRecordHashFunctionNames(const std::string &recordName, const std::string &funcInternalName,
|
H A D | patchFix.cpp | 540 void PatchFix::CheckAndRestoreSpecialFunctionName(uint32_t globalIndexForSpecialFunc, std::string &funcInternalName, in CheckAndRestoreSpecialFunctionName() argument 548 << funcInternalName << " not supported!" << std::endl; in CheckAndRestoreSpecialFunctionName() 555 funcInternalName.substr(funcInternalName.find_last_of("#"))) { in CheckAndRestoreSpecialFunctionName() 557 << funcInternalName << " not supported!" << std::endl; in CheckAndRestoreSpecialFunctionName() 561 funcInternalName = originalName; in CheckAndRestoreSpecialFunctionName()
|
Completed in 3 milliseconds