HomeSort by relevance Sort by last modified time
    Searched refs:without_pc (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/arm/
assembler_arm32_test.cc 327 bool without_pc, std::string fmt, std::string filter,
329 std::vector<arm::Register*> registers = without_pc ? GetRegistersWithoutPC() : GetRegisters();
354 bool without_pc ATTRIBUTE_UNUSED, std::string fmt, std::string filter,
378 bool without_pc ATTRIBUTE_UNUSED, std::string fmt, std::string filter,
402 bool without_pc ATTRIBUTE_UNUSED, std::string fmt, std::string filter,
426 void TemplateHelper(std::function<void(arm::Register, Args...)> f, int depth, bool without_pc,
428 std::vector<arm::Register*> registers = without_pc ? GetRegistersWithoutPC() : GetRegisters();
449 TemplateHelper(std::function<void(Args...)>(lambda), depth + 1, without_pc, local
456 bool without_pc, std::string fmt, std::string filter,
476 TemplateHelper(std::function<void(Args...)>(lambda), depth, without_pc, local
502 TemplateHelper(std::function<void(Args...)>(lambda), depth, without_pc, local
528 TemplateHelper(std::function<void(Args...)>(lambda), depth, without_pc, local
573 GenericTemplateHelper(GetBoundFunction2(f), without_pc, fmt, test_name, filter); local
579 GenericTemplateHelper(GetBoundFunction3(f), without_pc, fmt, test_name, filter); local
585 GenericTemplateHelper(GetBoundFunction4(f), without_pc, fmt, test_name, filter); local
591 GenericTemplateHelper(GetBoundFunction5(f), without_pc, fmt, test_name, filter); local
    [all...]
assembler_arm_test.h 528 std::vector<Reg*> without_pc = GetRegisters(); local
531 for (auto it = without_pc.begin(); it != without_pc.end(); ++it) {
533 without_pc.erase(it);
538 return without_pc;

Completed in 49 milliseconds