Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dstring_hashmap.h55 CString *GetStringByKey(StringKey key) const;
Dstring_hashmap.cpp44 CString *StringHashMap::GetStringByKey(StringKey key) const in GetStringByKey() function in panda::ecmascript::StringHashMap
Dheap_snapshot_json_serializer.cpp258 writer_->Write(*(stringTable->GetStringByKey(key))); // No Comma for the last line in SerializeStringTable()
262 writer_->Write(*(stringTable->GetStringByKey(key))); in SerializeStringTable()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp507 HWTEST_F_L0(HeapTrackerTest, GetStringByKey) in HWTEST_F_L0() argument
511 CString *hashMap = stringHashMap.GetStringByKey(key); in HWTEST_F_L0()
531 tmpResult = stringHashMap.GetStringByKey(retKey); in HWTEST_F_L0()