Searched refs:OpenPandaFileFromSecureMemory (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 177 HWTEST(File, OpenPandaFileFromSecureMemory, testing::ext::TestSize.Level0) 179 auto pf = OpenPandaFileFromSecureMemory(nullptr, -1); 182 pf = OpenPandaFileFromSecureMemory(nullptr, 1U);
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_manager.cpp | 105 pf = panda_file::OpenPandaFileFromSecureMemory(data, dataSize); in LoadJSPandaFile() 191 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure() 205 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file.h | 512 std::unique_ptr<const File> OpenPandaFileFromSecureMemory(uint8_t *buffer, size_t size);
|
| D | file.cpp | 301 std::unique_ptr<const File> OpenPandaFileFromSecureMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromSecureMemory() function
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 1621 auto pf = panda_file::OpenPandaFileFromSecureMemory(data_, dataSize_); in CreateJSPandaFile() 1631 auto pf = panda_file::OpenPandaFileFromSecureMemory(data, dataSize); in CreateJSPandaFile()
|