Searched defs:needUpdate (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 30 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()
|
| D | js_pandafile_manager.cpp | 55 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/ |
| D | stw_young_gc.cpp | 88 SlotNeedUpdate needUpdate(nullptr, ObjectSlot(0)); in Mark() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 370 …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()
|