Home
last modified time | relevance | path

Searched refs:InsertStrAndGetStringId (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dstring_hashmap.cpp28 StringId StringHashMap::InsertStrAndGetStringId(const std::string &str) in InsertStrAndGetStringId() function in rawheap_translate::StringHashMap
Dstring_hashmap.h48 StringId InsertStrAndGetStringId(const std::string &cstrArg);
Drawheap_translate.cpp198 StringId strId = strTable_->InsertStrAndGetStringId(std::string(str)); in ReadStringTable()
225 syntheticRoot->strId = strTable_->InsertStrAndGetStringId("SyntheticRoot"); in ReadRootTable()
227 StringId edgeStrId = strTable_->InsertStrAndGetStringId("-subroot-"); in ReadRootTable()
286 StringId hclassStrId = strTable_->InsertStrAndGetStringId("hclass"); in FillNodesAndBuildEdges()
318 node->strId = strTable_->InsertStrAndGetStringId(name); in FillNodes()
355 StringId strId = strTable_->InsertStrAndGetStringId(field->name); in BuildFieldsEdges()
442 StringId strId = strTable_->InsertStrAndGetStringId("InlineProperty"); in BuildJSObjectInlEdges()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dstring_hashmap.h57 StringId InsertStrAndGetStringId(const CString &cstrArg);
Dstring_hashmap.cpp62 StringId StringHashMap::InsertStrAndGetStringId(const CString &cstrArg) in InsertStrAndGetStringId() function in panda::ecmascript::StringHashMap
Dheap_snapshot.h514 return stringTable_->InsertStrAndGetStringId(ParseObjectName(obj)); in GenerateStringId()
517 return stringTable_->InsertStrAndGetStringId(ParseFunctionName(obj, true)); in GenerateStringId()