Home
last modified time | relevance | path

Searched refs:funcHash (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h31 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/
DpatchFix.cpp190 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()
DsymbolTable.h32 std::string funcHash; member
DsymbolTable.cpp89 info.funcHash = funcItems[2]; in ReadSymbolTable()