Searched defs:entityId (Results 1 - 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc_file_entity_processor.cpp | 20 AbcFileEntityProcessor::AbcFileEntityProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData) in AbcFileEntityProcessor() argument
|
| H A D | abc_class_processor.cpp | 24 AbcClassProcessor::AbcClassProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData) in AbcClassProcessor() argument
|
| H A D | abc_field_processor.cpp | 21 AbcFieldProcessor::AbcFieldProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData, in AbcFieldProcessor() argument
|
| H A D | abc_literal_array_processor.cpp | 21 AbcLiteralArrayProcessor::AbcLiteralArrayProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData) in AbcLiteralArrayProcessor() argument
|
| H A D | abc_string_table.cpp | 42 void AbcStringTable::AddStringId(panda_file::File::EntityId entityId) in AddStringId() argument
|
| H A D | abc_method_processor.cpp | 25 AbcMethodProcessor::AbcMethodProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData) in AbcMethodProcessor() argument
|
| H A D | abc_code_processor.cpp | 25 AbcCodeProcessor::AbcCodeProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData, in AbcCodeProcessor() argument
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| H A D | aot_builder.cpp | 316 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 D | pgo_profiler.h | 356 bool IsSkippableCtor(uint32_t entityId) in IsSkippableCtor() argument 361 bool InsertDefinedCtor(uint32_t entityId) in InsertDefinedCtor() argument
|
| H A D | pgo_profiler.cpp | 56 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileDefineClass() local 97 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileClassRootHClass() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecode_info_collector.cpp | 303 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 D | patch_loader.cpp | 577 CString PatchLoader::GetRealName(const JSPandaFile *jsPandaFile, EntityId entityId, CString &className) in GetRealName() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file.cpp | 628 auto entityId = File::EntityId(entityPair->entityIdOffset); in GetClassIdFromClassHashTable() local
|
Completed in 12 milliseconds