Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm32_test.cc426 WarnOnCombinations(CountHelper<Args...>(without_pc)); in GenericTemplateHelper()
463 size_t CountHelper(bool without_pc) { in CountHelper() function in art::AssemblerArm32Test
482 size_t CountHelper(bool without_pc) { in CountHelper() function in art::AssemblerArm32Test
497 size_t rec = CountHelper<T2, Args...>(without_pc); in CountHelper()