/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | debug_info_updater-inl.h | 91 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 D | annotation_data_accessor.h | 29 Elem(const File &pandaFile, File::EntityId nameId, uint32_t value) in Elem() argument 30 : pandaFile_(pandaFile), nameId_(nameId), value_(value) in Elem()
|
H A D | debug_helpers.h | 91 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 D | debug_info_extractor.cpp | 86 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 D | file_reader.cpp | 482 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 D | field.cpp | 28 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 D | debug_info_extractor.cpp | 99 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 D | file_ext.cpp | 108 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 D | common.h | 234 auto nameId = mda.GetNameId(); in ParseToGraph() 235 auto str = ptrFile->GetStringData(nameId).data; in ParseToGraph()
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | function.cpp | 1932 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()
|