Home
last modified time | relevance | path

Searched defs:TemplateHelper (Results 1 – 1 of 1) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm32_test.cc296 void TemplateHelper(std::function<void(arm::Register)> f, int depth ATTRIBUTE_UNUSED, in TemplateHelper() function in art::AssemblerArm32Test
315 void TemplateHelper(std::function<void(const arm::ShifterOperand&)> f, int depth ATTRIBUTE_UNUSED, in TemplateHelper() function in art::AssemblerArm32Test
330 void TemplateHelper(std::function<void(arm::Condition)> f, int depth ATTRIBUTE_UNUSED, in TemplateHelper() function in art::AssemblerArm32Test
345 void TemplateHelper(std::function<void(arm::Register, Args...)> f, int depth, bool without_pc, in TemplateHelper() function in art::AssemblerArm32Test
366 void TemplateHelper(std::function<void(const arm::ShifterOperand&, Args...)> f, int depth, in TemplateHelper() function in art::AssemblerArm32Test
384 void TemplateHelper(std::function<void(arm::Condition, Args...)> f, int depth, bool without_pc, in TemplateHelper() function in art::AssemblerArm32Test