Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hotreload
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H
A
D
hotreload.h
27
namespace ark::
hotreload
{
namespace in ark
76
* There is no API for adding classes for
hotreload
121
} // namespace ark::
hotreload
H
A
D
hotreload.cpp
25
#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
D
runner.py
155
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