Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h356 bool IsSkippableCtor(uint32_t entityId) in IsSkippableCtor()
361 bool InsertDefinedCtor(uint32_t entityId) in InsertDefinedCtor()
Dpgo_profiler.cpp56 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileDefineClass() local
97 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileClassRootHClass() local
/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/compiler/
Dbytecode_info_collector.cpp303 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
314 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp513 EntityId entityId; in CollectClassInfo() local
554 CString PatchLoader::GetRealName(const JSPandaFile *jsPandaFile, EntityId entityId, CString &classN… in GetRealName()
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp138 panda_file::File::EntityId entityId {id}; in RunVerifier() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp623 auto entityId = File::EntityId(entityPair->entityIdOffset); in GetClassIdFromClassHashTable() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h291 int GetMethodIndexByEntityId(panda_file::File::EntityId entityId) const in GetMethodIndexByEntityId()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp549 void SaveFuncName(EntityId entityId, const std::string &name) in SaveFuncName()