Home
last modified time | relevance | path

Searched refs:GetIndexHeaders (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
H A Dcodedataaccessor_fuzzer.cpp32 for (const auto &header : panda_file.GetIndexHeaders()) { in CodeDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
H A Ddebuginfodataaccessor_fuzzer.cpp31 for (const auto &header : panda_file.GetIndexHeaders()) { in DebugInfoDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/
H A Dfielddataaccessor_fuzzer.cpp31 for (const auto &header : panda_file.GetIndexHeaders()) { in FieldDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
H A Dmethoddataaccessor_fuzzer.cpp30 for (const auto &header : panda_file.GetIndexHeaders()) { in MethodDataAccessorFuzzTest()
/arkcompiler/runtime_core/libpandafile/
H A Dindex_accessor.h34 const auto *header = &(pf.GetIndexHeaders()[header_index_]); in IndexAccessor()
H A Dfile.h206 Span<const IndexHeader> GetIndexHeaders() const in GetIndexHeaders() function in panda::panda_file::File
219 auto headers = GetIndexHeaders(); in GetIndexHeader()
H A Dfile_reader.cpp1006 auto index_headers = file_->GetIndexHeaders(); in ReadIndexHeaders()
/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp175 auto index_headers = file_->GetIndexHeaders(); in GetConstantPoolIds()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp688 auto headers = jsPandaFile->GetPandaFile()->GetIndexHeaders(); in CreateAllConstpool()

Completed in 9 milliseconds