Searched refs:OpenPandaFileFromMemory (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/runtime_core/tests/fuzztest/openpandafilefrommemory_fuzzer/ |
D | openpandafilefrommemory_fuzzer.cpp | 22 panda::panda_file::OpenPandaFileFromMemory(data, size); in OpenPandaFileFromMemoryFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/literaldataaccessor_fuzzer/ |
D | literaldataaccessor_fuzzer.cpp | 24 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in LiteralDataAccessorFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/ |
D | fielddataaccessor_fuzzer.cpp | 26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in FieldDataAccessorFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
D | methoddataaccessor_fuzzer.cpp | 25 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in MethodDataAccessorFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/classdataaccessor_fuzzer/ |
D | classdataaccessor_fuzzer.cpp | 25 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in ClassDataAccessorFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
D | codedataaccessor_fuzzer.cpp | 27 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in CodeDataAccessorFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
D | debuginfodataaccessor_fuzzer.cpp | 26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in DebugInfoDataAccessorFuzzTest()
|
/arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/ |
D | annotationdataaccessor_fuzzer.cpp | 26 auto pf = panda::panda_file::OpenPandaFileFromMemory(data, size); in AnnotationDataAccessorFuzzTest()
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | file_test.cpp | 160 HWTEST(File, OpenPandaFileFromMemory, testing::ext::TestSize.Level0) 162 auto pf = OpenPandaFileFromMemory(nullptr, -1); 165 pf = OpenPandaFileFromMemory(nullptr, 1U);
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile_manager.cpp | 92 pf = panda_file::OpenPandaFileFromMemory(data, dataSize); in LoadJSPandaFile() 126 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in LoadJSPandaFile() 141 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in LoadJSPandaFile() 364 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in OpenJSPandaFileFromBuffer()
|
/arkcompiler/runtime_core/libpandafile/ |
D | file.h | 480 std::unique_ptr<const File> OpenPandaFileFromMemory(const void *buffer, size_t size);
|
D | file.cpp | 279 std::unique_ptr<const File> OpenPandaFileFromMemory(const void *buffer, size_t size) in OpenPandaFileFromMemory() function
|