Home
last modified time | relevance | path

Searched refs:entityId (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp415 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
417 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() local
430 classConstructIndexes.emplace_back(entityId); in CollectMethodInfoFromBC()
431 classNameVec.emplace_back(GetClassName(entityId)); in CollectMethodInfoFromBC()
433 methodId = entityId.GetOffset(); in CollectMethodInfoFromBC()
Dbytecode_info_collector.h770 inline std::string GetClassName(const EntityId entityId) in GetClassName() argument
772 std::string className(MethodLiteral::GetMethodName(jsPandaFile_, entityId)); in GetClassName()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h114 int GetMethodIndexByEntityId(panda_file::File::EntityId entityId) const in GetMethodIndexByEntityId() argument
121 if (indexs[i] == entityId) { in GetMethodIndexByEntityId()