Home
last modified time | relevance | path

Searched defs:nameId (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dfield.cpp28 auto nameId = panda_file::FieldDataAccessor::GetNameId(*pandaFile, fileId_); in GetName() local
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_helpers.h91 bool HandleStartLocal([[maybe_unused]] int32_t regNumber, [[maybe_unused]] uint32_t nameId, in HandleStartLocal()
97 …bool HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, [[maybe_unused]] uint32_t nameId, in HandleStartLocalExtended()
Ddebug_info_updater-inl.h91 bool HandleStartLocal([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal()
101 …bool HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, uint32_t nameId, uint32_t typeId, in HandleStartLocalExtended()
221 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal()
234 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSi… in HandleStartLocalExtended()
Dannotation_data_accessor.h29 Elem(const File &pandaFile, File::EntityId nameId, uint32_t value) in Elem()
Ddebug_info_extractor.cpp86 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal()
94 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSi… in HandleStartLocalExtended()
Dfile_reader.cpp482 File::EntityId nameId(annElem.GetNameId()); in CreateAnnotationItem() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp99 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId) in HandleStartLocal()
110 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId, in HandleStartLocalExtended()
/arkcompiler/runtime_core/static_core/libpandafile/external/
Dfile_ext.cpp108 auto nameId = cda.GetDescriptor(); in EnumerateAllMethods() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2046 auto *nameId = ProgramAllocNode<ir::Identifier>(name, ProgramAllocator()); in CreateMethod() local