Home
last modified time | relevance | path

Searched defs:str_id (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp142 File::EntityId str_id(helpers::Read<sizeof(uint32_t)>(&sp)); in CreateLiteralArrayItem() local
153 File::EntityId str_id(helpers::Read<sizeof(uint32_t)>(&sp)); in CreateLiteralArrayItem() local
253 const File::EntityId str_id(scalar.Get<uint32_t>()); in CreateAnnotationItem() local
421 const File::EntityId str_id(array.Get<uint32_t>(j)); in CreateAnnotationItem() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp231 auto str_id = panda_file::helpers::Read<sizeof(T)>(&sp); in FillLiteralArrayData() local