Home
last modified time | relevance | path

Searched defs:str_id (Results 1 – 3 of 3) 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
251 const File::EntityId str_id(scalar.Get<uint32_t>()); in CreateAnnotationItem() local
419 const File::EntityId str_id(array.Get<uint32_t>(j)); in CreateAnnotationItem() local
/arkcompiler/runtime_core/runtime/
Druntime.cpp1228 auto str_id = panda_file::helpers::Read<sizeof(uint32_t)>(&sp); in ResolveLiteralArray() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp213 auto str_id = panda_file::helpers::Read<sizeof(T)>(&sp); in FillLiteralArrayData() local