Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm32_test.cc297 bool without_pc, in TemplateHelper() argument
299 std::vector<arm::Register*> registers = without_pc ? GetRegistersWithoutPC() : GetRegisters(); in TemplateHelper()
316 bool without_pc ATTRIBUTE_UNUSED, std::string fmt, std::ostringstream& oss) { in TemplateHelper()
331 bool without_pc ATTRIBUTE_UNUSED, std::string fmt, std::ostringstream& oss) { in TemplateHelper()
345 void TemplateHelper(std::function<void(arm::Register, Args...)> f, int depth, bool without_pc, in TemplateHelper() argument
347 std::vector<arm::Register*> registers = without_pc ? GetRegistersWithoutPC() : GetRegisters(); in TemplateHelper()
360 TemplateHelper(std::function<void(Args...)>(lambda), depth + 1, without_pc, in TemplateHelper()
367 bool without_pc, std::string fmt, std::ostringstream& oss) { in TemplateHelper() argument
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() argument
[all …]
Dassembler_arm_test.h519 std::vector<Reg*> without_pc = GetRegisters(); in GetRegistersWithoutPC() local
522 for (auto it = without_pc.begin(); it != without_pc.end(); ++it) { in GetRegistersWithoutPC()
524 without_pc.erase(it); in GetRegistersWithoutPC()
529 return without_pc; in GetRegistersWithoutPC()