Home
last modified time | relevance | path

Searched defs:needUpdate (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/panda_guard/obfuscate/
Dentity.cpp110 bool needUpdate = true; in NeedUpdate() local
168 bool needUpdate; in NeedUpdate() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp31 CString entry, bool needUpdate, const ExecuteTypes &executeType) in ExecuteFromFile()
78 …const CString &filename, std::string_view entryPoint, bool needUpdate, const ExecuteTypes &execute… in ExecuteFromAbsolutePathAbcFile()
90 std::string_view entryPoint, bool needUpdate, const ExecuteTypes &executeType) in ExecuteFromAbcFile()
110 …t void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate, in ExecuteFromBuffer()
148 JSThread *thread, const void *buffer, size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBuffer()
265 …size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate, void *fileMapp… in ExecuteFromBufferSecure()
322 size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBufferSecure()
Djs_pandafile_manager.cpp54 std::string_view entryPoint, bool needUpdate, const ExecuteTypes &executeType) in LoadJSPandaFile()
144 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile()
186 std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate, void *fileMapper) in LoadJSPandaFileSecure()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp563 Label needUpdate(env); in ProfileBranch() local
Dstub_builder.cpp10645 Label needUpdate(env); in UpdateProfileTypeInfo() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5562 bool needUpdate, const ecmascript::ExecuteTypes &executeType) in ExecuteForAbsolutePath()
5581 bool needUpdate, const ecmascript::ExecuteTypes &executeType) in Execute()
5601 … const std::string &filename, bool needUpdate, [[maybe_unused]] void* fileMapper) in Execute()
5646 bool needUpdate) in ExecuteModuleBuffer()
5704 const std::string &filename, bool needUpdate, void *fileMapper) in ExecuteSecure()
5723 bool needUpdate) in ExecuteModuleBufferSecure()