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:StageOfHotReload
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_context.h
584
StageOfHotReload
GetStageOfHotReload() const
in GetStageOfHotReload()
588
void SetStageOfHotReload(
StageOfHotReload
stageOfHotReload)
in SetStageOfHotReload()
698
StageOfHotReload
stageOfHotReload_ =
StageOfHotReload
::INITIALIZE_STAGE_OF_HOTRELOAD;
/arkcompiler/ets_runtime/ecmascript/module/
H
A
D
module_tools.cpp
68
if (context->GetStageOfHotReload() ==
StageOfHotReload
::LOAD_END_EXECUTE_PATCHMAIN) {
in ProcessModuleLoadInfo()
H
A
D
js_module_manager.cpp
126
if (context->GetStageOfHotReload() ==
StageOfHotReload
::LOAD_END_EXECUTE_PATCHMAIN) {
in GetModuleValueOutterInternal()
192
if (context->GetStageOfHotReload() ==
StageOfHotReload
::LOAD_END_EXECUTE_PATCHMAIN) {
in GetLazyModuleValueOutterInternal()
H
A
D
js_module_source_text.cpp
87
StageOfHotReload
stageOfHotReload = thread->GetCurrentEcmaContext()->GetStageOfHotReload();
in HostResolveImportedModuleWithMerge()
88
if (stageOfHotReload ==
StageOfHotReload
::BEGIN_EXECUTE_PATCHMAIN ||
in HostResolveImportedModuleWithMerge()
89
stageOfHotReload ==
StageOfHotReload
::LOAD_END_EXECUTE_PATCHMAIN) {
in HostResolveImportedModuleWithMerge()
1286
if (thread->GetCurrentEcmaContext()->GetStageOfHotReload() ==
StageOfHotReload
::LOAD_END_EXECUTE_PATCHMAIN) {
in ModuleExecution()
/arkcompiler/ets_runtime/ecmascript/patch/
H
A
D
patch_loader.h
104
enum class
StageOfHotReload
: int32_t {
class
H
A
D
patch_loader.cpp
75
context->SetStageOfHotReload(
StageOfHotReload
::BEGIN_EXECUTE_PATCHMAIN);
in ExecuteFuncOrPatchMain()
107
context->SetStageOfHotReload(
StageOfHotReload
::LOAD_END_EXECUTE_PATCHMAIN);
in ExecuteFuncOrPatchMain()
109
context->SetStageOfHotReload(
StageOfHotReload
::UNLOAD_END_EXECUTE_PATCHMAIN);
in ExecuteFuncOrPatchMain()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H
A
D
quick_fix_test.cpp
249
context->SetStageOfHotReload(
StageOfHotReload
::BEGIN_EXECUTE_PATCHMAIN);
in HWTEST_F_L0()
263
context->SetStageOfHotReload(
StageOfHotReload
::LOAD_END_EXECUTE_PATCHMAIN);
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
js_pandafile_executor.cpp
277
if (context->GetStageOfHotReload() ==
StageOfHotReload
::BEGIN_EXECUTE_PATCHMAIN) {
in Execute()
/arkcompiler/ets_runtime/ecmascript/module/tests/
H
A
D
ecma_module_test.cpp
2004
thread->GetCurrentEcmaContext()->SetStageOfHotReload(
StageOfHotReload
::LOAD_END_EXECUTE_PATCHMAIN);
in HWTEST_F_L0()
Completed in 21 milliseconds