Searched defs:needUpdate (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile_executor.cpp | 36 std::string_view entryPoint, bool needUpdate, bool excuteFromJob) in ExecuteFromAbcFile() 119 …t void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBuffer() 150 JSThread *thread, const void *buffer, size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBuffer() 258 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure() 312 size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBufferSecure()
|
D | js_pandafile_manager.cpp | 47 std::string_view entryPoint, bool needUpdate) in LoadJSPandaFile() 123 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile() 167 std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate) in LoadJSPandaFileSecure()
|
/arkcompiler/ets_runtime/test/fuzztest/jsnapiexecute_fuzzer/ |
D | jsnapiexecute_fuzzer.cpp | 46 …bool needUpdate = size % DIVISOR ? true : false; // 2:Cannot divide by 2 as true, otherwise it is … in JSNApiExecuteFuzztest() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | stw_young_gc.cpp | 87 SlotNeedUpdate needUpdate(nullptr, ObjectSlot(0)); in Mark() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
D | object_type_propagation.cpp | 169 bool needUpdate = false; in GetPhiTypeInfo() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | compilation_driver.h | 229 void UpdateResolveDepends(std::vector<CString> &dependNames, bool needUpdate) in UpdateResolveDepends()
|
D | profiler_stub_builder.cpp | 549 Label needUpdate(env); in ProfileBranch() local
|
D | stub_builder.cpp | 7950 Label needUpdate(env); in UpdateProfileTypeInfo() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_expo.cpp | 3350 …xecuteInContext(EcmaVM *vm, const std::string &fileName, const std::string &entry, bool needUpdate) in ExecuteInContext() 3364 …JSNApi::Execute(EcmaVM *vm, const std::string &fileName, const std::string &entry, bool needUpdate) in Execute() 3378 const std::string &filename, bool needUpdate) in Execute() 3392 bool needUpdate) in ExecuteModuleBuffer() 3404 const std::string &filename, bool needUpdate) in ExecuteSecure() 3422 bool needUpdate) in ExecuteModuleBufferSecure()
|