Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp30 std::string_view entryPoint, bool needUpdate, bool excuteFromJob) in ExecuteFromFile()
108 …t void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBuffer()
129 JSThread *thread, const void *buffer, size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBuffer()
Djs_pandafile_manager.cpp55 std::string_view entryPoint, bool needUpdate) in LoadJSPandaFile()
87 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile()
/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp88 SlotNeedUpdate needUpdate(nullptr, ObjectSlot(0)); in Mark() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp370 …JSNApi::Execute(EcmaVM *vm, const std::string &fileName, const std::string &entry, bool needUpdate) in Execute()
383 const std::string &filename, bool needUpdate) in Execute()
397 bool needUpdate) in ExecuteModuleBuffer()