Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp81 uint8_t step_count = data_provider->ConsumeIntegralInRange<uint>(0, kMaxStepCount); in ElfPushFakeStepData() local
82 for (uint8_t i = 0; i < step_count; i++) { in ElfPushFakeStepData()
85 bool finished = i + 1 == step_count; in ElfPushFakeStepData()