Searched refs:SECURE_BUFFER (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | abc_buffer_cache.h | 25 enum AbcBufferType { NORMAL_BUFFER, SECURE_BUFFER }; enumerator
|
H A D | js_pandafile_executor.cpp | 337 AbcBufferCacheScope bufferScope(thread, normalName, buffer, size, AbcBufferType::SECURE_BUFFER); in ExecuteFromBufferSecure() 413 AbcBufferCacheScope bufferScope(thread, name, buffer, size, AbcBufferType::SECURE_BUFFER); in ExecuteModuleBufferSecure() 464 AbcBufferCacheScope bufferScope(thread, filename, buffer, size, AbcBufferType::SECURE_BUFFER); in ExecuteSecureWithOhmUrl()
|
H A D | js_pandafile_manager.cpp | 610 if (bufferInfo.bufferType_ == AbcBufferType::SECURE_BUFFER) { in GenerateJSPandafileFromBufferCache()
|
Completed in 4 milliseconds