Searched refs:entityId (Results 1 – 3 of 3) sorted by relevance
415 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local417 classConstructIndexes.emplace_back(entityId); in CollectMethodInfoFromBC()418 classNameVec.emplace_back(GetClassName(entityId)); in CollectMethodInfoFromBC()420 methodId = entityId.GetOffset(); in CollectMethodInfoFromBC()428 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local430 classConstructIndexes.emplace_back(entityId); in CollectMethodInfoFromBC()431 classNameVec.emplace_back(GetClassName(entityId)); in CollectMethodInfoFromBC()433 methodId = entityId.GetOffset(); in CollectMethodInfoFromBC()
770 inline std::string GetClassName(const EntityId entityId) in GetClassName() argument772 std::string className(MethodLiteral::GetMethodName(jsPandaFile_, entityId)); in GetClassName()
114 int GetMethodIndexByEntityId(panda_file::File::EntityId entityId) const in GetMethodIndexByEntityId() argument121 if (indexs[i] == entityId) { in GetMethodIndexByEntityId()