| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_file_entity_processor.cpp | 20 AbcFileEntityProcessor::AbcFileEntityProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyD… in AbcFileEntityProcessor()
|
| D | abc_string_table.cpp | 23 panda_file::File::EntityId entityId(stringId); in GetStringById() local 42 void AbcStringTable::AddStringId(panda_file::File::EntityId entityId) in AddStringId()
|
| D | abc_field_processor.cpp | 21 AbcFieldProcessor::AbcFieldProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyDa… in AbcFieldProcessor()
|
| D | abc_literal_array_processor.cpp | 21 AbcLiteralArrayProcessor::AbcLiteralArrayProcessor(panda_file::File::EntityId entityId, Abc2Program… in AbcLiteralArrayProcessor()
|
| D | abc_class_processor.cpp | 24 AbcClassProcessor::AbcClassProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyDa… in AbcClassProcessor()
|
| D | abc_method_processor.cpp | 25 AbcMethodProcessor::AbcMethodProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &key… in AbcMethodProcessor()
|
| D | abc_code_processor.cpp | 25 AbcCodeProcessor::AbcCodeProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData, in AbcCodeProcessor()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/evaluation/ |
| D | expression_loader.cpp | 90 panda_file::File::EntityId entityId(id); in FindEvaluationMethodClass() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| 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/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_utils.cpp | 94 auto entityId = classesArray.Get<panda_file::File::EntityId>(j); in ExtractClassDescriptorsFromArray() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| D | js_debugger_test.cpp | 104 panda_file::File::EntityId entityId(42); in HWTEST_F_L0() local
|
| D | dropframe_manager_test.cpp | 152 panda_file::File::EntityId entityId(42); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/verification/verifier/ |
| D | verifier.cpp | 111 … &methodsSet](const panda_file::File &file, const panda_file::File::EntityId &entityId) { in GetFileHandler() 139 panda_file::File::EntityId entityId {id}; in GetFileHandler() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.cpp | 380 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local 391 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 550 EntityId entityId; in CollectClassInfo() local 591 CString PatchLoader::GetRealName(const JSPandaFile *jsPandaFile, EntityId entityId, CString &classN… in GetRealName()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 54 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileDefineClass() local 96 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileClassRootHClass() local 122 auto entityId = Method::Cast(ctorMethodValue)->GetMethodId().GetOffset(); in ProfileNapiRootHClass() local 2211 bool PGOProfiler::IsSkippableCtor(uint32_t entityId) in IsSkippableCtor() 2216 bool PGOProfiler::InsertDefinedCtor(uint32_t entityId) in InsertDefinedCtor()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file.cpp | 679 auto entityId = File::EntityId(entityPair->entityIdOffset); in GetClassIdFromClassHashTable() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.h | 291 int GetMethodIndexByEntityId(panda_file::File::EntityId entityId) const in GetMethodIndexByEntityId()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 506 void SaveFuncName(EntityId entityId, const std::string &name) in SaveFuncName()
|