Searched defs:needUpdate (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | entity.cpp | 110 bool needUpdate = true; in NeedUpdate() local 168 bool needUpdate; in NeedUpdate() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 31 CString entry, bool needUpdate, const ExecuteTypes &executeType) in ExecuteFromFile() 78 …const CString &filename, std::string_view entryPoint, bool needUpdate, const ExecuteTypes &execute… in ExecuteFromAbsolutePathAbcFile() 90 std::string_view entryPoint, bool needUpdate, const ExecuteTypes &executeType) in ExecuteFromAbcFile() 110 …t void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate, in ExecuteFromBuffer() 148 JSThread *thread, const void *buffer, size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBuffer() 265 …size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate, void *fileMapp… in ExecuteFromBufferSecure() 322 size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBufferSecure()
|
| D | js_pandafile_manager.cpp | 54 std::string_view entryPoint, bool needUpdate, const ExecuteTypes &executeType) in LoadJSPandaFile() 144 std::string_view entryPoint, const void *buffer, size_t size, bool needUpdate) in LoadJSPandaFile() 186 std::string_view entryPoint, uint8_t *buffer, size_t size, bool needUpdate, void *fileMapper) in LoadJSPandaFileSecure()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 563 Label needUpdate(env); in ProfileBranch() local
|
| D | stub_builder.cpp | 10645 Label needUpdate(env); in UpdateProfileTypeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 5562 bool needUpdate, const ecmascript::ExecuteTypes &executeType) in ExecuteForAbsolutePath() 5581 bool needUpdate, const ecmascript::ExecuteTypes &executeType) in Execute() 5601 … const std::string &filename, bool needUpdate, [[maybe_unused]] void* fileMapper) in Execute() 5646 bool needUpdate) in ExecuteModuleBuffer() 5704 const std::string &filename, bool needUpdate, void *fileMapper) in ExecuteSecure() 5723 bool needUpdate) in ExecuteModuleBufferSecure()
|