/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile_executor.h | 29 … 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);
|
D | js_pandafile_executor.cpp | 33 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()
|
D | js_pandafile_manager.h | 36 bool needUpdate = false); 39 … const void *buffer, size_t size, bool needUpdate = false); 44 bool needUpdate = false);
|
D | js_pandafile_manager.cpp | 44 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/ |
D | stw_young_gc.cpp | 87 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/ |
D | compilation_driver.h | 227 void UpdateResolveDepends(std::vector<CString> &dependNames, bool needUpdate) in UpdateResolveDepends() argument 229 if (needUpdate && !dependNames.empty()) { in UpdateResolveDepends()
|
D | stub_builder.cpp | 6533 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/ |
D | jsnapi.h | 1308 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/ |
D | jsnapi.cpp | 548 …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/ |
D | cocos_worker_test.js | 84279 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);
|