Home
last modified time | relevance | path

Searched refs:skip_ (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
H A Dstacktrace.cpp262 Buf(uintptr_t *buf, size_t skip, size_t capacity) : buf_(buf), skip_(skip), size_(0), capacity_(capacity) {} in Buf()
266 if (skip_ > 0) { in Append()
268 --skip_; in Append()
284 size_t skip_; member in panda::Buf
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dstacktrace.cpp262 Buf(uintptr_t *buf, size_t skip, size_t capacity) : buf_(buf), skip_(skip), capacity_(capacity) {} in Buf()
266 if (skip_ > 0) { in Append()
268 --skip_; in Append()
284 size_t skip_; member in ark::Buf
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.h147 return skip_; in ShouldSkip()
152 skip_ = skip; in SetSkip()
163 bool skip_ {false};

Completed in 2 milliseconds