Home
last modified time | relevance | path

Searched refs: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
360 TemplateHelper(std::function<void(Args...)>(lambda), depth + 1, without_pc, in TemplateHelper()
366 void TemplateHelper(std::function<void(const arm::ShifterOperand&, Args...)> f, int depth, in TemplateHelper() function in art::AssemblerArm32Test
378 TemplateHelper(std::function<void(Args...)>(lambda), depth, without_pc, in TemplateHelper()
384 void TemplateHelper(std::function<void(arm::Condition, Args...)> f, int depth, bool without_pc, in TemplateHelper() function in art::AssemblerArm32Test
395 TemplateHelper(std::function<void(Args...)>(lambda), depth, without_pc, in TemplateHelper()
430 TemplateHelper(f, 0, without_pc, fmt, oss); in GenericTemplateHelper()