Home
last modified time | relevance | path

Searched defs:entityId (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_file_entity_processor.cpp20 AbcFileEntityProcessor::AbcFileEntityProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData) in AbcFileEntityProcessor() argument
H A Dabc_class_processor.cpp24 AbcClassProcessor::AbcClassProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData) in AbcClassProcessor() argument
H A Dabc_field_processor.cpp21 AbcFieldProcessor::AbcFieldProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData, in AbcFieldProcessor() argument
H A Dabc_literal_array_processor.cpp21 AbcLiteralArrayProcessor::AbcLiteralArrayProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData) in AbcLiteralArrayProcessor() argument
H A Dabc_string_table.cpp42 void AbcStringTable::AddStringId(panda_file::File::EntityId entityId) in AddStringId() argument
H A Dabc_method_processor.cpp25 AbcMethodProcessor::AbcMethodProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData) in AbcMethodProcessor() argument
H A Dabc_code_processor.cpp25 AbcCodeProcessor::AbcCodeProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData, in AbcCodeProcessor() argument
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A 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/pgo_profiler/
H A Dpgo_profiler.h356 bool IsSkippableCtor(uint32_t entityId) in IsSkippableCtor() argument
361 bool InsertDefinedCtor(uint32_t entityId) in InsertDefinedCtor() argument
H A Dpgo_profiler.cpp56 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileDefineClass() local
97 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileClassRootHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A 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/
H A Dpatch_loader.cpp577 CString PatchLoader::GetRealName(const JSPandaFile *jsPandaFile, EntityId entityId, CString &className) in GetRealName() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp628 auto entityId = File::EntityId(entityPair->entityIdOffset); in GetClassIdFromClassHashTable() local

Completed in 11 milliseconds