Home
last modified time | relevance | path

Searched refs:nameId (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_info_updater-inl.h91 bool HandleStartLocal([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() argument
93 std::string name = debug_helpers::GetStringFromConstantPool(GetPandaFile(), nameId); in HandleStartLocal()
101 bool HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId, in HandleStartLocalExtended() argument
104 std::string name = debug_helpers::GetStringFromConstantPool(GetPandaFile(), nameId); in HandleStartLocalExtended()
221 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() argument
223 std::string name = debug_helpers::GetStringFromConstantPool(GetPandaFile(), nameId); in HandleStartLocal()
234 bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSignatureId) in HandleStartLocalExtended() argument
236 std::string name = debug_helpers::GetStringFromConstantPool(GetPandaFile(), nameId); in HandleStartLocalExtended()
H A Dannotation_data_accessor.h29 Elem(const File &pandaFile, File::EntityId nameId, uint32_t value) in Elem() argument
30 : pandaFile_(pandaFile), nameId_(nameId), value_(value) in Elem()
H A Ddebug_helpers.h91 bool HandleStartLocal([[maybe_unused]] int32_t regNumber, [[maybe_unused]] uint32_t nameId, in HandleStartLocal() argument
97 bool HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, [[maybe_unused]] uint32_t nameId, in HandleStartLocalExtended() argument
H A Ddebug_info_extractor.cpp86 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() argument
88 const char *name = debug_helpers::GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocal()
94 bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSignatureId) in HandleStartLocalExtended() argument
96 const char *name = debug_helpers::GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocalExtended()
H A Dfile_reader.cpp482 File::EntityId nameId(annElem.GetNameId()); in CreateAnnotationItem()
483 std::string annotNameStr(utf::Mutf8AsCString(file_->GetStringData(nameId).data)); in CreateAnnotationItem()
/arkcompiler/runtime_core/static_core/runtime/
H A Dfield.cpp28 auto nameId = panda_file::FieldDataAccessor::GetNameId(*pandaFile, fileId_); in GetName() local
29 return pandaFile->GetStringData(nameId); in GetName()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Ddebug_info_extractor.cpp99 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId) in HandleStartLocal() argument
105 const char *name = GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocal()
110 bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId, in HandleStartLocalExtended() argument
115 const char *name = GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocalExtended()
/arkcompiler/runtime_core/static_core/libpandafile/external/
H A Dfile_ext.cpp108 auto nameId = cda.GetDescriptor(); in EnumerateAllMethods()
110 found->name = ark::os::native_stack::ChangeJaveStackFormat(reinterpret_cast<const char *>(nameId)) + in EnumerateAllMethods()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h234 auto nameId = mda.GetNameId(); in ParseToGraph()
235 auto str = ptrFile->GetStringData(nameId).data; in ParseToGraph()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1932 auto *nameId = AllocNode<ir::Identifier>(name, Allocator()); in CreateMethod() local
1941 func->SetIdent(nameId); in CreateMethod()
1951 auto *nameClone = nameId->Clone(Allocator(), nullptr); in CreateMethod()

Completed in 11 milliseconds