Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dstring_hashmap.cpp23 StringKey key = GenerateStringKey(cstr); in FindOrInsertString()
40 auto it = indexMap_.find(GenerateStringKey(cstr)); in GetStringId()
65 StringKey key = GenerateStringKey(cstr); in InsertStrAndGetStringId()
80 StringKey StringHashMap::GenerateStringKey(const CString *cstr) const in GenerateStringKey() function in panda::ecmascript::StringHashMap
Dstring_hashmap.h69 StringKey GenerateStringKey(const CString *cstr) const;
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dstring_hashmap.cpp30 StringKey key = GenerateStringKey(str); in InsertStrAndGetStringId()
43 StringKey StringHashMap::GenerateStringKey(const std::string &str) const in GenerateStringKey() function in rawheap_translate::StringHashMap
Dstring_hashmap.h55 StringKey GenerateStringKey(const std::string &cstr) const;