Home
last modified time | relevance | path

Searched defs:classHash (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DsymbolTable.h34 ArenaMap<std::string, std::string> classHash; member
DpatchFix.cpp188 auto classHash = Helpers::GetHashString(literalStr); in GenerateFunctionAndClassHash() local
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.h118 void InsertEntityPairHeader(uint32_t classHash, uint32_t classId) in InsertEntityPairHeader()