| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_scope.cpp | 27 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()
|
| D | gc_scoped_phase.h | 38 static PandaString GetPhaseName(GCPhase phase) in GetPhaseName() 66 static const char *GetPhaseAbbr(GCPhase phase) in GetPhaseAbbr()
|
| D | gc_phase.h | 34 constexpr size_t ToIndex(GCPhase phase) in ToIndex() 44 constexpr bool IsMarking(GCPhase phase) in IsMarking()
|
| D | gc.cpp | 95 const char *phase = GCScopedPhase::GetPhaseAbbr(GetGCPhase()); in GetLogPrefix() local 942 void GC::FireGCPhaseStarted(GCPhase phase) in FireGCPhaseStarted() 947 void GC::FireGCPhaseFinished(GCPhase phase) in FireGCPhaseFinished()
|
| D | gc.h | 126 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/ |
| D | aarch64_ebo.h | 27 …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/ |
| D | regsaves.cpp | 49 MaplePhase *phase = in PhaseRun() local
|
| D | cg_option.cpp | 821 bool CGOptions::DumpPhase(const std::string &phase) in DumpPhase()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| D | maple_phase_manager.cpp | 220 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_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.cpp | 107 static void Verify(const parser::Program &program, const CompilerContext &context, Phase *phase, in Verify() 167 for (auto *phase : getPhases(unit.ext)) { in CreateCompiler() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | schedule.h | 125 Schedule(CGFunc &func, MemPool &memPool, LiveAnalysis &liveAnalysis, const std::string &phase) in Schedule()
|
| D | ebo.h | 124 Ebo(CGFunc &func, MemPool &memPool, LiveAnalysis *live, bool before, const std::string &phase) in Ebo()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1gc_test.cpp | 127 void GCPhaseStarted([[maybe_unused]] GCPhase phase) override {} in GCPhaseStarted() 129 void GCPhaseFinished(GCPhase phase) override in GCPhaseFinished() 409 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() 507 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() 897 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() 982 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() 997 void GCPhaseFinished(GCPhase phase) override in GCPhaseFinished() 1053 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | option.h | 50 static bool DumpPhase(const std::string &phase) in DumpPhase()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_gc.cpp | 95 void GCTaskTracker::GCPhaseStarted(mem::GCPhase phase) in GCPhaseStarted()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | union_normalization_test.cpp | 129 for (auto *phase : getPhases) { in InitializeChecker() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.cpp | 673 auto phase = this->GetGCPhase(); in InGCSweepRange() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|