Home
last modified time | relevance | path

Searched refs:hotreload (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.h27 namespace ark::hotreload { namespace in ark
76 * There is no API for adding classes for hotreload
121 } // namespace ark::hotreload
H A Dhotreload.cpp25 #include "runtime/hotreload/hotreload.h"
27 namespace ark::hotreload { namespace in ark
96 << " has structural changes. Structural changes is unsafe for hotreload."; in ProcessHotreload()
102 * On this point all classes were verified and hotreload recognized like possible in ProcessHotreload()
103 * From now all classes should be reloaded anyway and hotreload cannot be reversed in ProcessHotreload()
111 * Currently JIT is not running with hotreload in ProcessHotreload()
656 } // namespace ark::hotreload
/arkcompiler/ets_frontend/es2panda/test/
H A Drunner.py155 parser.add_argument('--hotreload', dest='hotreload', action='store_true', default=False,
156 help='run hotreload tests')
1174 elif self.mode == 'hotreload':
1278 PatchRunner.__init__(self, args, "hotreload")
2459 if args.hotreload:

Completed in 5 milliseconds