Home
last modified time | relevance | path

Searched defs:phase (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_scope.cpp27 GCScope<TRACE_TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope()
32 GCScope<TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope()
37 GCScope<TRACE_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope()
Dgc_scoped_phase.h38 static PandaString GetPhaseName(GCPhase phase) in GetPhaseName()
66 static const char *GetPhaseAbbr(GCPhase phase) in GetPhaseAbbr()
Dgc_phase.h34 constexpr size_t ToIndex(GCPhase phase) in ToIndex()
44 constexpr bool IsMarking(GCPhase phase) in IsMarking()
Dgc.cpp95 const char *phase = GCScopedPhase::GetPhaseAbbr(GetGCPhase()); in GetLogPrefix() local
981 void GC::FireGCPhaseStarted(GCPhase phase) in FireGCPhaseStarted()
986 void GC::FireGCPhaseFinished(GCPhase phase) in FireGCPhaseFinished()
Dgc.h126 virtual void GCPhaseStarted([[maybe_unused]] GCPhase phase) {} in GCPhaseStarted()
127 virtual void GCPhaseFinished([[maybe_unused]] GCPhase phase) {} in GCPhaseFinished()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_ebo.h27 …rch64Ebo(CGFunc &func, MemPool &memPool, LiveAnalysis *live, bool before, const std::string &phase) in AArch64Ebo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dregsaves.cpp50 MaplePhase *phase = in PhaseRun() local
Dcg_option.cpp840 bool CGOptions::DumpPhase(const std::string &phase) in DumpPhase()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_manager.cpp220 AnalysisDep *MaplePhaseManager::FindAnalysisDep(const MaplePhase *phase) in FindAnalysisDep()
265 void MaplePhaseManager::RunDependentPhase(const MaplePhase &phase, AnalysisDataManager &adm, IRTemp… in RunDependentPhase()
290 auto *phase = static_cast<phaseT *>(phaseInfo.GetConstructor()(transformPhaseMempool.get())); in RunTransformPhase() local
310 phaseT *phase = nullptr; in RunAnalysisPhase() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfgo.h89 CfgoPhase phase = kCfgoDefault; variable
Dschedule.h243 Schedule(CGFunc &func, MemPool &memPool, LiveAnalysis &liveAnalysis, const std::string &phase) in Schedule()
Debo.h124 Ebo(CGFunc &func, MemPool &memPool, LiveAnalysis *live, bool before, const std::string &phase) in Ebo()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp197 for (auto *phase : phases) { in RunVerifierAndPhases() local
231 for (auto *phase : phases) { in RunPhases() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/
DTemplate.mjs141 function runIters(phase, count, time) { argument
DTemplate-ArkTS-NodeJS-Interop.js153 function runIters(phase, count, time) { argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DassignAnalyzer.cpp626 for (int phase = 1; phase <= LOOP_PHASES; phase++) { in AnalyzeDoLoop() local
667 for (int phase = 1; phase <= LOOP_PHASES; phase++) { in AnalyzeWhileLoop() local
707 for (int phase = 1; phase <= LOOP_PHASES; phase++) { in AnalyzeForLoop() local
768 for (int phase = 1; phase <= LOOP_PHASES; phase++) { in AnalyzeForOfLoop() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_test.cpp128 void GCPhaseStarted([[maybe_unused]] GCPhase phase) override {} in GCPhaseStarted()
130 void GCPhaseFinished(GCPhase phase) override in GCPhaseFinished()
403 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted()
501 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted()
891 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted()
976 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted()
991 void GCPhaseFinished(GCPhase phase) override in GCPhaseFinished()
1047 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h50 static bool DumpPhase(const std::string &phase) in DumpPhase()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp94 void GCTaskTracker::GCPhaseStarted(mem::GCPhase phase) in GCPhaseStarted()
/arkcompiler/ets_frontend/ets2panda/test/unit/
Dunion_normalization_test.cpp142 for (auto *phase : getPhases) { in InitializeChecker() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp669 auto phase = this->GetGCPhase(); in InGCSweepRange() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp1144 static void CallPerformForExtSources(LambdaConversionPhase *phase, public_lib::Context *ctx, parser… in CallPerformForExtSources()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument