Home
last modified time | relevance | path

Searched refs:kMaxStepCount (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.h65 static constexpr uint8_t kMaxStepCount = 100; variable
DUnwinderComponentCreator.cpp86 uint8_t step_count = data_provider->ConsumeIntegralInRange<uint>(0, kMaxStepCount); in ElfPushFakeStepData()