Home
last modified time | relevance | path

Searched refs:GetIndexHeaders (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/
Dfielddataaccessor_fuzzer.cpp31 for (const auto &header : panda_file.GetIndexHeaders()) { in FieldDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp30 for (const auto &header : panda_file.GetIndexHeaders()) { in MethodDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp32 for (const auto &header : panda_file.GetIndexHeaders()) { in CodeDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp31 for (const auto &header : panda_file.GetIndexHeaders()) { in DebugInfoDataAccessorFuzzTest()
/arkcompiler/runtime_core/libpandafile/
Dindex_accessor.h34 const auto *header = &(pf.GetIndexHeaders()[header_index_]); in IndexAccessor()
Dfile.h202 Span<const IndexHeader> GetIndexHeaders() const in GetIndexHeaders() function
215 auto headers = GetIndexHeaders(); in GetIndexHeader()
Dfile_reader.cpp986 auto index_headers = file_->GetIndexHeaders(); in ReadIndexHeaders()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp413 auto headers = jsPandaFile->GetPandaFile()->GetIndexHeaders(); in CreateAllConstpool()