Searched refs:InsertStrAndGetStringId (Results 1 – 6 of 6) sorted by relevance
28 StringId StringHashMap::InsertStrAndGetStringId(const std::string &str) in InsertStrAndGetStringId() function in rawheap_translate::StringHashMap
48 StringId InsertStrAndGetStringId(const std::string &cstrArg);
198 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()
57 StringId InsertStrAndGetStringId(const CString &cstrArg);
62 StringId StringHashMap::InsertStrAndGetStringId(const CString &cstrArg) in InsertStrAndGetStringId() function in panda::ecmascript::StringHashMap
514 return stringTable_->InsertStrAndGetStringId(ParseObjectName(obj)); in GenerateStringId()517 return stringTable_->InsertStrAndGetStringId(ParseFunctionName(obj, true)); in GenerateStringId()