| /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 | 96 const char *phase = GCScopedPhase::GetPhaseAbbr(GetGCPhase()); in GetLogPrefix() local 1024 void GC::FireGCPhaseStarted(GCPhase phase) in FireGCPhaseStarted() 1029 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_phase/src/ |
| D | maple_phase_manager.cpp | 223 AnalysisDep *MaplePhaseManager::FindAnalysisDep(const MaplePhase *phase) in FindAnalysisDep() 246 void MaplePhaseManager::RunDependentPhase(const MaplePhase &phase, AnalysisDataManager &adm, IRTemp… in RunDependentPhase() 271 auto *phase = static_cast<phaseT *>(phaseInfo.GetConstructor()(transformPhaseMempool.get())); in RunTransformPhase() local 293 phaseT *phase = nullptr; in RunAnalysisPhase() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cfgo.h | 71 CfgoPhase phase = kCfgoDefault; variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.cpp | 198 for (auto *phase : phases) { in RunVerifierAndPhases() local 233 for (auto *phase : phases) { in RunPhases() local 373 for (auto phase : compiler::GetPhaseList(ext)) { in GetPhasesList() local
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/ |
| D | Template.mjs | 141 function runIters(phase, count, time) { argument
|
| D | Template-ArkTS-NodeJS-Interop.js | 153 function runIters(phase, count, time) { argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | assignAnalyzer.cpp | 628 for (int phase = 1; phase <= LOOP_PHASES; phase++) { in AnalyzeDoLoop() local 669 for (int phase = 1; phase <= LOOP_PHASES; phase++) { in AnalyzeWhileLoop() local 709 for (int phase = 1; phase <= LOOP_PHASES; phase++) { in AnalyzeForLoop() local 770 for (int phase = 1; phase <= LOOP_PHASES; phase++) { in AnalyzeForOfLoop() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1gc_test.cpp | 128 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_be/src/cg/ |
| D | cg_option.cpp | 404 bool CGOptions::DumpPhase(const std::string &phase) in DumpPhase()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | option.h | 56 static bool DumpPhase(const std::string &phase) in DumpPhase()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_gc.cpp | 94 void GCTaskTracker::GCPhaseStarted(mem::GCPhase phase) in GCPhaseStarted()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.cpp | 672 auto phase = this->GetGCPhase(); in InGCSweepRange() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lambdaLowering.cpp | 1102 static void CallPerformForExtSources(LambdaConversionPhase *phase, public_lib::Context *ctx, parser… in CallPerformForExtSources()
|
| /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
|