Home
last modified time | relevance | path

Searched refs:nesting (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp32 thread_local int Logger::nesting = 0; member in panda::Logger
97 return level >= Logger::logger->nested_allowed_level_ && nesting > 0; in IsMessageSuppressed()
106 nesting++; in LogNestingInc()
115 nesting--; in LogNestingDec()
Dlogger.h315 static thread_local int nesting; variable
/arkcompiler/runtime_core/docs/
Dassembly_format.md267 `.record`s are like `struct`s in C, but without support for "by instance" nesting. This is because …