Home
last modified time | relevance | path

Searched defs:needUpdate (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp36 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()
Djs_pandafile_manager.cpp47 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/
Djsnapiexecute_fuzzer.cpp46 …bool needUpdate = size % DIVISOR ? true : false; // 2:Cannot divide by 2 as true, otherwise it is … in JSNApiExecuteFuzztest() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp87 SlotNeedUpdate needUpdate(nullptr, ObjectSlot(0)); in Mark() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp169 bool needUpdate = false; in GetPhiTypeInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h229 void UpdateResolveDepends(std::vector<CString> &dependNames, bool needUpdate) in UpdateResolveDepends()
Dprofiler_stub_builder.cpp549 Label needUpdate(env); in ProfileBranch() local
Dstub_builder.cpp7950 Label needUpdate(env); in UpdateProfileTypeInfo() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3350 …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()