Home
last modified time | relevance | path

Searched refs:StageOfColdReload (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
H A Dquick_fix_helper.cpp25 StageOfColdReload::NOT_COLD_RELOAD) { in CreateMainFuncWithPatch()
H A Dpatch_loader.h111 enum class StageOfColdReload : int32_t { class
H A Dquick_fix_manager.cpp78 thread->GetCurrentEcmaContext()->SetStageOfColdReload(StageOfColdReload::IS_COLD_RELOAD); in LoadPatchIfNeeded()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.h593 StageOfColdReload GetStageOfColdReload() const in GetStageOfColdReload()
597 void SetStageOfColdReload(StageOfColdReload stageOfColdReload) in SetStageOfColdReload()
699 StageOfColdReload stageOfColdReload_ = StageOfColdReload::NOT_COLD_RELOAD;

Completed in 3 milliseconds