Home
last modified time | relevance | path

Searched refs:TRACE_PHASE (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_scope.h27 enum GCScopeType { TRACE_TIMING, TRACE_TIMING_PHASE, TIMING_PHASE, TRACE_PHASE }; enumerator
67 class GCScope<TRACE_PHASE> : public trace::ScopedTrace, public GCScopedPhase { // NOLINT(fuchsia-multiple-inheritance)
H A Dgc_scope.cpp37 GCScope<TRACE_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Doption.h182 #ifndef TRACE_PHASE
183 #define TRACE_PHASE (Options::dumpPhase.compare(PhaseName()) == 0) macro
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
H A Dstw-gc.cpp80 GCScope<TRACE_PHASE> gcScope(__FUNCTION__, this, GCPhase::GC_PHASE_MARK); in Mark()
140 GCScope<TRACE_PHASE> gcScope(__FUNCTION__, this, GCPhase::GC_PHASE_SWEEP); in Sweep()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_option.h959 #ifndef TRACE_PHASE
960 #define TRACE_PHASE (IS_STR_IN_SET(maplebe::CGOptions::GetDumpPhases(), PhaseName())) macro

Completed in 3 milliseconds