Home
last modified time | relevance | path

Searched refs:GetLiteralArraysId (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/literaldataaccessor_fuzzer/
Dliteraldataaccessor_fuzzer.cpp28 panda::panda_file::File::EntityId literal_arrays_id = pf->GetLiteralArraysId(); in LiteralDataAccessorFuzzTest()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h220 EntityId literalArraysId = pf_->GetLiteralArraysId(); in GetLiteralDataAccessor()
/arkcompiler/runtime_core/libpandafile/
Dfile.h144 EntityId GetLiteralArraysId() const;
Dfile.cpp660 File::EntityId File::GetLiteralArraysId() const in GetLiteralArraysId() function in panda::panda_file::File
Dfile_reader.cpp970 const auto lit_arrays_id = file_->GetLiteralArraysId(); in ReadLiteralArrayItems()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp280 panda_file::LiteralDataAccessor lit_array_accessor(*file_, file_->GetLiteralArraysId()); in GetLiteralArrayByOffset()
331 panda_file::LiteralDataAccessor lit_array_accessor(*file_, file_->GetLiteralArraysId()); in GetLiteralArray()
342 const auto lit_arrays_id = file_->GetLiteralArraysId(); in GetLiteralArrays()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp953 …anda_file::LiteralDataAccessor lit_array_accessor(*panda_file_, panda_file_->GetLiteralArraysId()); in ResolveDefineClassWithBufferInst()