Home
last modified time | relevance | path

Searched refs:needUpdate (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.h29 … std::string_view entryPoint, bool needUpdate = false,
33 bool needUpdate = false);
35 … const CString &filename = "", bool needUpdate = false);
44 … const CString &filename = "", bool needUpdate = false);
47 bool needUpdate = false);
Djs_pandafile_executor.cpp33 std::string_view entryPoint, bool needUpdate, bool excuteFromJob) in ExecuteFromFile() argument
64 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, name, entry, needUpdate); in ExecuteFromFile()
114 …t void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBuffer() argument
119 …eManager::GetInstance()->LoadJSPandaFile(thread, normalName, entryPoint, buffer, size, needUpdate); in ExecuteFromBuffer()
144 JSThread *thread, const void *buffer, size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBuffer() argument
162 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, name, entry, buffer, size, needUpdate); in ExecuteModuleBuffer()
248 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure() argument
253 LoadJSPandaFileSecure(thread, normalName, entryPoint, buffer, size, needUpdate); in ExecuteFromBufferSecure()
301 size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBufferSecure() argument
319 LoadJSPandaFileSecure(thread, name, entry, buffer, size, needUpdate); in ExecuteModuleBufferSecure()
Djs_pandafile_manager.h36 bool needUpdate = false);
39 … const void *buffer, size_t size, bool needUpdate = false);
44 bool needUpdate = false);
Djs_pandafile_manager.cpp44 std::string_view entryPoint, bool needUpdate) in LoadJSPandaFile() argument
49 if (needUpdate) { in LoadJSPandaFile()
116 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile() argument
125 if (needUpdate) { in LoadJSPandaFile()
160 std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate) in LoadJSPandaFileSecure() argument
169 if (needUpdate) { in LoadJSPandaFileSecure()
/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp87 SlotNeedUpdate needUpdate(nullptr, ObjectSlot(0)); in Mark() local
88 while (workManager_->GetSlotNeedUpdate(i, &needUpdate)) { in Mark()
89 UpdatePromotedSlot(needUpdate.first, needUpdate.second); in Mark()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h227 void UpdateResolveDepends(std::vector<CString> &dependNames, bool needUpdate) in UpdateResolveDepends() argument
229 if (needUpdate && !dependNames.empty()) { in UpdateResolveDepends()
Dstub_builder.cpp6533 Label needUpdate(env); in UpdateProfileTypeInfo() local
6536 Branch(TaggedIsUndefined(*profileTypeInfo), &needUpdate, &exit); in UpdateProfileTypeInfo()
6537 Bind(&needUpdate); in UpdateProfileTypeInfo()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1308 bool needUpdate = false);
1310 …xecute(EcmaVM *vm, const std::string &fileName, const std::string &entry, bool needUpdate = false);
1312 const std::string &filename = "", bool needUpdate = false);
1315 bool needUpdate = false);
1328 const std::string &filename = "", bool needUpdate = false);
1336 bool needUpdate = false);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp548 …xecuteInContext(EcmaVM *vm, const std::string &fileName, const std::string &entry, bool needUpdate) in ExecuteInContext() argument
553 … (!ecmascript::JSPandaFileExecutor::ExecuteFromFile(thread, fileName.c_str(), entry, needUpdate)) { in ExecuteInContext()
562 …JSNApi::Execute(EcmaVM *vm, const std::string &fileName, const std::string &entry, bool needUpdate) in Execute() argument
567 … (!ecmascript::JSPandaFileExecutor::ExecuteFromFile(thread, fileName.c_str(), entry, needUpdate)) { in Execute()
577 const std::string &filename, bool needUpdate) in Execute() argument
582 …:JSPandaFileExecutor::ExecuteFromBuffer(thread, data, size, entry, filename.c_str(), needUpdate)) { in Execute()
592 bool needUpdate) in ExecuteModuleBuffer() argument
597 …ript::JSPandaFileExecutor::ExecuteModuleBuffer(thread, data, size, filename.c_str(), needUpdate)) { in ExecuteModuleBuffer()
605 const std::string &filename, bool needUpdate) in ExecuteSecure() argument
614 needUpdate)) { in ExecuteSecure()
[all …]
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js84279 this.needUpdate = !1;
84447 this.needUpdate = !0;
84532 this.needUpdate = !0;
85021 this.needUpdate = !0;
86295 e.needUpdate && (this._updateList[e.name] = e);
86307 i.needUpdate && (this._updateList[i.name] = i);
87907 e.needUpdate && (this._updateList[e.name] = e);