Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm32_test.cc297 bool without_pc, in TemplateHelper()
345 void TemplateHelper(std::function<void(arm::Register, Args...)> f, int depth, bool without_pc, in TemplateHelper()
367 bool without_pc, std::string fmt, std::ostringstream& oss) { in TemplateHelper()
384 void TemplateHelper(std::function<void(arm::Condition, Args...)> f, int depth, bool without_pc, in TemplateHelper()
423 void GenericTemplateHelper(std::function<void(Args...)> f, bool without_pc, in GenericTemplateHelper()
438 void T2Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T2Helper()
444 void T3Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T3Helper()
450 void T4Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T4Helper()
456 void T5Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T5Helper()
463 size_t CountHelper(bool without_pc) { in CountHelper()
[all …]
Dassembler_arm_test.h519 std::vector<Reg*> without_pc = GetRegisters(); in GetRegistersWithoutPC() local