Searched refs:funcHash (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | profile.h | 31 uint64 funcHash = 0; member 33 …sc(uint64 hash, uint32 start, uint32 end) : counterStart(start), counterEnd(end), funcHash(hash) {} in IRProfileDesc() 45 uint64 funcHash = 0; member 50 : funcHash(hash), totalCounter(num), counter(counter) in BBInfo() 54 : funcHash(hash), totalCounter(num), counter(iList) in BBInfo()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 190 auto funcHash = Helpers::GetHashString(ss.str()); in GenerateFunctionAndClassHash() local 191 hashList.push_back(std::pair<std::string, std::string>(func->name, funcHash)); in GenerateFunctionAndClassHash() 568 auto funcHash = hashList.back().second; in HandleFunction() local 577 if (funcHash == bytecodeInfo.funcHash) { in HandleFunction()
|
| D | symbolTable.h | 32 std::string funcHash; member
|
| D | symbolTable.cpp | 89 info.funcHash = funcItems[2]; in ReadSymbolTable()
|