Home
last modified time | relevance | path

Searched refs:GetNameId (Results 1 - 25 of 59) sorted by relevance

123

/arkcompiler/runtime_core/libpandafile/
H A Dmethod_data_accessor-inl.h27 inline File::EntityId MethodDataAccessor::GetNameId(const File &panda_file, File::EntityId method_id) in GetNameId() function in panda::panda_file::MethodDataAccessor
37 return panda_file.GetStringData(GetNameId(panda_file, method_id)); in GetName()
59 return panda_file_.GetStringData(GetNameId()); in GetName()
345 auto *elem_name = reinterpret_cast<const char *>(panda_file_.GetStringData(adae.GetNameId()).data); in GetNumericalAnnotation()
H A Dfield_data_accessor.h42 static File::EntityId GetNameId(const File &panda_file, File::EntityId field_id);
54 File::EntityId GetNameId() const in GetNameId() function in panda::panda_file::FieldDataAccessor
H A Dmethod_data_accessor.h33 static File::EntityId GetNameId(const File &panda_file, File::EntityId method_id);
99 File::EntityId GetNameId() const in GetNameId() function in panda::panda_file::MethodDataAccessor
H A Dannotation_data_accessor.h38 File::EntityId GetNameId() const in GetNameId() function in panda::panda_file::AnnotationDataAccessor::Elem
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfield_data_accessor.h42 static File::EntityId GetNameId(const File &pandaFile, File::EntityId fieldId);
54 File::EntityId GetNameId() const in GetNameId() function in ark::panda_file::FieldDataAccessor
H A Dmethod_data_accessor.h41 static File::EntityId GetNameId(const File &pandaFile, File::EntityId methodId);
116 File::EntityId GetNameId() const in GetNameId() function
H A Dmethod_data_accessor-inl.h29 inline File::EntityId MethodDataAccessor::GetNameId(const File &pandaFile, File::EntityId methodId) in GetNameId() function in ark::panda_file::MethodDataAccessor
39 return pandaFile.GetStringData(GetNameId(pandaFile, methodId)); in GetName()
61 return pandaFile_.GetStringData(GetNameId()); in GetName()
366 auto *elemName = reinterpret_cast<const char *>(pandaFile_.GetStringData(adae.GetNameId()).data); in NumAnnonationProcess()
H A Dannotation_data_accessor.h38 File::EntityId GetNameId() const in GetNameId() function in ark::panda_file::AnnotationDataAccessor::Elem
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp101 ASSERT_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(mda.GetNameId()).data, utf::CStringAsMutf8("main")), in TEST()
168 ASSERT_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(fda.GetNameId()).data, in TEST()
483 auto *name = utf::Mutf8AsCString(pf->GetStringData(mda.GetNameId()).data); in TEST()
509 auto *name = utf::Mutf8AsCString(pf->GetStringData(mda.GetNameId()).data); in TEST()
581 ASSERT_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(fda.GetNameId()).data, in TEST()
811 ASSERT_EQ(std::string(utf::Mutf8AsCString(pf->GetStringData(methodAccessor.GetNameId()).data)), "foo"); in TEST()
857 ASSERT_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(mda.GetNameId()).data, utf::CStringAsMutf8("f")), 0); in TEST()
873 ASSERT_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(mda.GetNameId()).data, utf::CStringAsMutf8("f")), 0); in TEST()
900 ASSERT_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(mda.GetNameId()).data, utf::CStringAsMutf8("f")), 0); in TEST()
916 ASSERT_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(mda.GetNameId()) in TEST()
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.cpp57 auto *elemName = reinterpret_cast<const char *>(pf->GetStringData(adae.GetNameId()).data); in Initialize()
66 auto *elemName = reinterpret_cast<const char *>(pf->GetStringData(adae.GetNameId()).data); in Initialize()
209 auto *elemName = reinterpret_cast<const char *>(pf->GetStringData(adae.GetNameId()).data); in GetConcurrentRequestedModules()
H A Djs_pandafile.cpp55 panda_file::File::EntityId fieldNameId = fieldAccessor.GetNameId(); in CheckIsBundlePack()
147 panda_file::File::EntityId fieldNameId = fieldAccessor.GetNameId(); in InitializeUnMergedPF()
192 panda_file::File::EntityId fieldNameId = fieldAccessor.GetNameId(); in InitializeMergedPF()
407 auto sd = GetStringData(mda.GetNameId()); in GetMethodName()
415 auto sd = GetStringData(mda.GetNameId()); in GetCpuProfilerMethodName()
/arkcompiler/runtime_core/static_core/libpandafile/external/
H A Dfile_ext.cpp69 entry.name = std::string(ark::utf::Mutf8AsCString(pandaFile_->GetStringData(mda.GetNameId()).data)); in QueryMethodSymByOffset()
100 entry.name = std::string(ark::utf::Mutf8AsCString(pandaFile_->GetStringData(mda.GetNameId()).data)); in EnumerateAllMethods()
181 ss << "." << ark::utf::Mutf8AsCString(pandaFile_->GetStringData(mda.GetNameId()).data); in GetMethodSymName()
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc2program_key_data.cpp62 const auto methodNameRaw = stringTable_.GetStringById(methodAccessor.GetNameId()); in GetFullFunctionNameById()
H A Dabc_file_processor.cpp188 << stringTable_->GetStringById(fieldAccessor.GetNameId()); in ScalarValueToString()
243 << stringTable_->GetStringById(fieldAccessor.GetNameId()); in ArrayValueToString()
H A Dabc_field_processor.cpp57 panda_file::File::EntityId fieldNameId = fieldDataAccessor_->GetNameId(); in FillFieldName()
/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_test.h83 auto method_name = std::string(utf::Mutf8AsCString(pfile->GetStringData(mda.GetNameId()).data)); in TestBuildGraphFromFile()
/arkcompiler/runtime_core/static_core/abc2program/common/
H A Dabc_code_converter.cpp56 name << stringTable_->GetStringById(fieldAccessor.GetNameId()); in IDToString()
/arkcompiler/runtime_core/static_core/runtime/
H A Dfield.cpp28 auto nameId = panda_file::FieldDataAccessor::GetNameId(*pandaFile, fileId_); in GetName()
/arkcompiler/runtime_core/assembler/tests/
H A Demitter_test.cpp98 ASSERT_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(mda.GetNameId()).data, utf::CStringAsMutf8("main")), in TEST()
165 ASSERT_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(fda.GetNameId()).data, in TEST()
477 auto *name = utf::Mutf8AsCString(pf->GetStringData(mda.GetNameId()).data); in TEST()
503 auto *name = utf::Mutf8AsCString(pf->GetStringData(mda.GetNameId()).data); in TEST()
572 ASSERT_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(fda.GetNameId()).data, in TEST()
802 ASSERT_EQ(std::string(utf::Mutf8AsCString(pf->GetStringData(method_accessor.GetNameId()).data)), "foo"); in TEST()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.h267 auto stringData = pandaFile_.GetStringData(mda.GetNameId());
364 if (pf.GetStringData(fda.GetNameId()) != pf.GetStringData(fieldDataAccessor.GetNameId())) {
401 auto stringData = pandaFile_.GetStringData(fda.GetNameId());
/arkcompiler/runtime_core/abc2program/common/
H A Dabc2program_entity_container.cpp75 std::string method_name_raw = GetStringById(method_data_accessor.GetNameId()); in ConcatFullMethodNameById()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dgraph_test.h68 auto method_name = std::string(utf::Mutf8AsCString(pfile->GetStringData(mda.GetNameId()).data)); in TestBuildGraphFromFile()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DclassBuilder.cpp82 const char *name = utf::Mutf8AsCString(pf.GetStringData(fda.GetNameId()).data); in BuildFields()
/arkcompiler/runtime_core/abc2program/
H A Dabc_annotation_processor.cpp68 auto annotation_elem_name = GetStringById(annotation_data_accessor_elem.GetNameId()); in FillAnnotationElements()
/arkcompiler/runtime_core/libpandafile/util/
H A Dcollect_util.cpp49 panda_file::File::EntityId field_name_id = field_accessor.GetNameId(); in CollectClassLiteralArray()

Completed in 13 milliseconds

123