Searched refs:DECLARE_DO (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.h142 #define DECLARE_DO(type) void Do##type(L##type* node); macro
143 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
144 #undef DECLARE_DO macro
H A Dlithium-arm.h2771 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2772 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2773 #undef DECLARE_DO macro
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.h113 #define DECLARE_DO(type) void Do##type(L##type* node); macro
114 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
115 #undef DECLARE_DO macro
H A Dlithium-arm64.h3107 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
3108 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
3109 #undef DECLARE_DO macro
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.h124 #define DECLARE_DO(type) void Do##type(L##type* node); macro
125 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
126 #undef DECLARE_DO macro
H A Dlithium-ia32.h2763 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2764 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2765 #undef DECLARE_DO macro
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.h141 #define DECLARE_DO(type) void Do##type(L##type* node); macro
142 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
143 #undef DECLARE_DO macro
H A Dlithium-mips.h2731 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2732 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2733 #undef DECLARE_DO macro
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.h142 #define DECLARE_DO(type) void Do##type(L##type* node); macro
143 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
144 #undef DECLARE_DO macro
H A Dlithium-mips64.h2715 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2716 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2717 #undef DECLARE_DO macro
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.h116 #define DECLARE_DO(type) void Do##type(L##type* node); macro
117 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
118 #undef DECLARE_DO macro
H A Dlithium-x64.h2762 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2763 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2764 #undef DECLARE_DO macro
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.h158 #define DECLARE_DO(type) void Do##type(L##type* node); macro
159 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
160 #undef DECLARE_DO macro
H A Dlithium-x87.h2779 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2780 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2781 #undef DECLARE_DO macro

Completed in 2018 milliseconds