Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/abc2program/
Dabc_file_entity_processor.cpp20 AbcFileEntityProcessor::AbcFileEntityProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyD… in AbcFileEntityProcessor()
Dabc_string_table.cpp23 panda_file::File::EntityId entityId(stringId); in GetStringById() local
42 void AbcStringTable::AddStringId(panda_file::File::EntityId entityId) in AddStringId()
Dabc_field_processor.cpp21 AbcFieldProcessor::AbcFieldProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyDa… in AbcFieldProcessor()
Dabc_literal_array_processor.cpp21 AbcLiteralArrayProcessor::AbcLiteralArrayProcessor(panda_file::File::EntityId entityId, Abc2Program… in AbcLiteralArrayProcessor()
Dabc_class_processor.cpp24 AbcClassProcessor::AbcClassProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyDa… in AbcClassProcessor()
Dabc_method_processor.cpp25 AbcMethodProcessor::AbcMethodProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &key… in AbcMethodProcessor()
Dabc_code_processor.cpp25 AbcCodeProcessor::AbcCodeProcessor(panda_file::File::EntityId entityId, Abc2ProgramKeyData &keyData, in AbcCodeProcessor()
/arkcompiler/runtime_core/static_core/runtime/tooling/evaluation/
Dexpression_loader.cpp90 panda_file::File::EntityId entityId(id); in FindEvaluationMethodClass() 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/debugger/tests/
Djs_debugger_test.cpp104 panda_file::File::EntityId entityId(42); in HWTEST_F_L0() local
Ddropframe_manager_test.cpp152 panda_file::File::EntityId entityId(42); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp300 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
311 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp111 … &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/patch/
Dpatch_loader.cpp537 EntityId entityId; in CollectClassInfo() local
578 CString PatchLoader::GetRealName(const JSPandaFile *jsPandaFile, EntityId entityId, CString &classN… in GetRealName()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp53 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileDefineClass() local
94 auto entityId = ctorMethod->GetMethodId().GetOffset(); in ProfileClassRootHClass() local
119 auto entityId = Method::Cast(ctorMethodValue)->GetMethodId().GetOffset(); in ProfileNapiRootHClass() local
2116 bool PGOProfiler::IsSkippableCtor(uint32_t entityId) in IsSkippableCtor()
2121 bool PGOProfiler::InsertDefinedCtor(uint32_t entityId) in InsertDefinedCtor()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp628 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.cpp538 void SaveFuncName(EntityId entityId, const std::string &name) in SaveFuncName()