Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp33 std::string_view entryPoint, bool needUpdate, bool excuteFromJob) in ExecuteFromFile()
114 …t void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBuffer()
144 JSThread *thread, const void *buffer, size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBuffer()
248 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure()
301 size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBufferSecure()
Djs_pandafile_manager.cpp44 std::string_view entryPoint, bool needUpdate) in LoadJSPandaFile()
116 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile()
160 std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate) in LoadJSPandaFileSecure()
/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp87 SlotNeedUpdate needUpdate(nullptr, ObjectSlot(0)); in Mark() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h227 void UpdateResolveDepends(std::vector<CString> &dependNames, bool needUpdate) in UpdateResolveDepends()
Dstub_builder.cpp6533 Label needUpdate(env); in UpdateProfileTypeInfo() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp548 …xecuteInContext(EcmaVM *vm, const std::string &fileName, const std::string &entry, bool needUpdate) in ExecuteInContext()
562 …JSNApi::Execute(EcmaVM *vm, const std::string &fileName, const std::string &entry, bool needUpdate) in Execute()
577 const std::string &filename, bool needUpdate) in Execute()
592 bool needUpdate) in ExecuteModuleBuffer()
605 const std::string &filename, bool needUpdate) in ExecuteSecure()
623 bool needUpdate) in ExecuteModuleBufferSecure()