Searched defs:needUpdate (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 33 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()
|
| D | js_pandafile_manager.cpp | 44 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/ |
| D | stw_young_gc.cpp | 87 SlotNeedUpdate needUpdate(nullptr, ObjectSlot(0)); in Mark() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compilation_driver.h | 227 void UpdateResolveDepends(std::vector<CString> &dependNames, bool needUpdate) in UpdateResolveDepends()
|
| D | stub_builder.cpp | 6533 Label needUpdate(env); in UpdateProfileTypeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 548 …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()
|