Home
last modified time | relevance | path

Searched defs:phase (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_scope.cpp27 GCScope<TRACE_TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope() argument
32 GCScope<TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope() argument
37 GCScope<TRACE_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope() argument
H A Dgc_scoped_phase.h38 static PandaString GetPhaseName(GCPhase phase) in GetPhaseName() argument
66 static const char *GetPhaseAbbr(GCPhase phase) in GetPhaseAbbr() argument
H A Dgc_phase.h34 constexpr size_t ToIndex(GCPhase phase) in ToIndex() argument
44 constexpr bool IsMarking(GCPhase phase) in IsMarking() argument
H A Dgc.h126 virtual void GCPhaseStarted([[maybe_unused]] GCPhase phase) {} in GCPhaseStarted() argument
127 virtual void GCPhaseFinished([[maybe_unused]] GCPhase phase) {} in GCPhaseFinished() argument
H A Dgc.cpp96 const char *phase = GCScopedPhase::GetPhaseAbbr(GetGCPhase()); in GetLogPrefix() local
1020 void GC::FireGCPhaseStarted(GCPhase phase) in FireGCPhaseStarted() argument
1025 void GC::FireGCPhaseFinished(GCPhase phase) in FireGCPhaseFinished() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcfgo.h71 CfgoPhase phase = kCfgoDefault; member in maplebe::FlipBRPattern
131 CfgoPhase phase = kCfgoDefault; member in maplebe::CFGOptimizer
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H A Dmaple_phase_manager.cpp224 AnalysisDep *MaplePhaseManager::FindAnalysisDep(const MaplePhase *phase) in FindAnalysisDep() argument
247 void MaplePhaseManager::RunDependentPhase(const MaplePhase &phase, AnalysisDataManage argument
272 auto *phase = static_cast<phaseT *>(phaseInfo.GetConstructor()(transformPhaseMempool.get())); RunTransformPhase() local
294 phaseT *phase = nullptr; RunAnalysisPhase() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_gc.cpp94 void GCTaskTracker::GCPhaseStarted(mem::GCPhase phase) in GCPhaseStarted() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
H A Dgen-gc.cpp672 auto phase = this->GetGCPhase(); in InGCSweepRange() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_option.cpp409 bool CGOptions::DumpPhase(const std::string &phase) in DumpPhase() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Doption.h56 static bool DumpPhase(const std::string &phase) in DumpPhase() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp1147 static void CallPerformForExtSources(LambdaConversionPhase *phase, public_lib::Context *ctx, parser::Program *program) in CallPerformForExtSources() argument

Completed in 11 milliseconds