Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.h55 static constexpr uint8_t kArchCount = 6; variable
DUnwinderFuzz.cpp74 uint8_t arch_val = data_provider.ConsumeIntegralInRange<uint8_t>(1, kArchCount); in LLVMFuzzerTestOneInput()
DUnwinderComponentCreator.cpp54 uint8_t arch = data_provider->ConsumeIntegralInRange<uint8_t>(1, kArchCount); in GetArch()