Home
last modified time | relevance | path

Searched refs:StageOfHotReload (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.h584 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 Dmodule_tools.cpp68 if (context->GetStageOfHotReload() == StageOfHotReload::LOAD_END_EXECUTE_PATCHMAIN) { in ProcessModuleLoadInfo()
H A Djs_module_manager.cpp126 if (context->GetStageOfHotReload() == StageOfHotReload::LOAD_END_EXECUTE_PATCHMAIN) { in GetModuleValueOutterInternal()
192 if (context->GetStageOfHotReload() == StageOfHotReload::LOAD_END_EXECUTE_PATCHMAIN) { in GetLazyModuleValueOutterInternal()
H A Djs_module_source_text.cpp87 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 Dpatch_loader.h104 enum class StageOfHotReload : int32_t { class
H A Dpatch_loader.cpp75 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 Dquick_fix_test.cpp249 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 Djs_pandafile_executor.cpp277 if (context->GetStageOfHotReload() == StageOfHotReload::BEGIN_EXECUTE_PATCHMAIN) { in Execute()
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp2004 thread->GetCurrentEcmaContext()->SetStageOfHotReload(StageOfHotReload::LOAD_END_EXECUTE_PATCHMAIN); in HWTEST_F_L0()

Completed in 21 milliseconds