Home
last modified time | relevance | path

Searched defs:GCScope (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_scope.cpp22 GCScope<TRACE_TIMING>::GCScope(std::string_view name, GC *gc) in GCScope() function in ark::mem::GCScope
27 GCScope<TRACE_TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope() function in ark::mem::GCScope
32 GCScope<TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope() function in ark::mem::GCScope
37 GCScope<TRACE_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope() function in ark::mem::GCScope
Dgc.h593 friend class GCScope; variable