Home
last modified time | relevance | path

Searched defs:entityId (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.cpp316 auto entityId = panda_file::File::EntityId(classes[i]); in AddClassHashTable() local
348 auto entityId = panda_file::File::EntityId(classes[i]); in ResolveConflictClassHashTable() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp428 auto entityId = jsPandaFile->ResolveMethodIndex(methodLiteral->GetMethodId(), in CollectClassInfo() local
460 CString PatchLoader::GetRealName(const JSPandaFile *jsPandaFile, EntityId entityId, CString &classN… in GetRealName()
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp132 panda_file::File::EntityId entityId {id}; in RunVerifier() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp493 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
506 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
Dbytecode_info_collector.h754 inline std::string GetClassName(const EntityId entityId) in GetClassName()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h128 int GetMethodIndexByEntityId(panda_file::File::EntityId entityId) const in GetMethodIndexByEntityId()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp626 auto entityId = File::EntityId(entityPair->entityIdOffset); in GetClassIdFromClassHashTable() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp70 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileDefineClass() local
119 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileClassRootHClass() local