Searched refs:TRACE_PHASE (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
H A D | gc_scope.h | 27 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 D | gc_scope.cpp | 37 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 D | option.h | 182 #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 D | stw-gc.cpp | 80 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 D | cg_option.h | 959 #ifndef TRACE_PHASE 960 #define TRACE_PHASE (IS_STR_IN_SET(maplebe::CGOptions::GetDumpPhases(), PhaseName())) macro
|
Completed in 5 milliseconds