Home
last modified time | relevance | path

Searched defs:litArrayAccessor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp490 panda_file::LiteralDataAccessor litArrayAccessor(*file_, file_->GetLiteralArraysId()); in GetLiteralArrayByOffset() local
544 panda_file::LiteralDataAccessor litArrayAccessor(*file_, file_->GetLiteralArraysId()); in GetLiteralArray() local
555 panda_file::LiteralDataAccessor litArrayAccessor(*file_, litArraysId); in GetLiteralArrays() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp208 bool FileReader::CreateLiteralArrayItem(LiteralDataAccessor *litArrayAccessor, File::EntityId array… in CreateLiteralArrayItem()
1000 LiteralDataAccessor litArrayAccessor(*file_, litArraysId); in ReadLiteralArrayItems() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp547 panda_file::LiteralDataAccessor litArrayAccessor(*pfile, pfile->GetLiteralArraysId()); in GetLiteralArray() local