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;
74 CVector<StringKey> orderedKey_; // Used for Serialize Order
76 CUnorderedMap<StringKey, StringId> indexMap_;
77 CUnorderedMap<StringKey, CString *> hashmap_;
Dstring_hashmap.cpp23 StringKey key = GenerateStringKey(cstr); in FindOrInsertString()
44 CString *StringHashMap::GetStringByKey(StringKey key) const in GetStringByKey()
53 StringKey StringHashMap::GenerateStringKey(const CString *cstr) const in GenerateStringKey()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_third_test.cpp180 StringKey key = static_cast<StringKey>(2); in HWTEST_F_L0()
200 StringKey retKey = std::hash<std::string>{} (std::string(ret)); in HWTEST_F_L0()