Home
last modified time | relevance | path

Searched refs:StringKey (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dstring_hashmap.h24 using StringKey = uint64_t; variable
48 const CVector<StringKey> &GetOrderedKeyStorage() const in GetOrderedKeyStorage()
55 CString *GetStringByKey(StringKey key) const;
67 StringKey GenerateStringKey(const CString *cstr) const;
75 CVector<StringKey> orderedKey_; // Used for Serialize Order
77 CUnorderedMap<StringKey, StringId> indexMap_;
78 CUnorderedMap<StringKey, CString *> hashmap_;
Dstring_hashmap.cpp23 StringKey key = GenerateStringKey(cstr); in FindOrInsertString()
44 CString *StringHashMap::GetStringByKey(StringKey key) const in GetStringByKey()
80 StringKey StringHashMap::GenerateStringKey(const CString *cstr) const in GenerateStringKey()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp509 StringKey key = static_cast<StringKey>(2); in HWTEST_F_L0()
528 StringKey retKey = std::hash<std::string>{} (std::string(ret)); in HWTEST_F_L0()