Home
last modified time | relevance | path

Searched defs:DECLARE_DO (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/arm/
Dlithium-codegen-arm.h123 #define DECLARE_DO(type) void Do##type(L##type* node); macro
Dlithium-arm.h208 #define DECLARE_DO(type) virtual bool Is##type() const { return false; } macro
209 LITHIUM_ALL_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_ALL_INSTRUCTION_LIST() argument
2042 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/x64/
Dlithium-codegen-x64.h110 #define DECLARE_DO(type) void Do##type(L##type* node); macro
Dlithium-x64.h209 #define DECLARE_DO(type) virtual bool Is##type() const { return false; } macro
210 LITHIUM_ALL_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_ALL_INSTRUCTION_LIST() argument
2025 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/ia32/
Dlithium-codegen-ia32.h115 #define DECLARE_DO(type) void Do##type(L##type* node); macro
Dlithium-ia32.h208 #define DECLARE_DO(type) virtual bool Is##type() const { return false; } macro
209 LITHIUM_ALL_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_ALL_INSTRUCTION_LIST() argument
2099 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/mips/
Dlithium-mips.h291 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node) { \ macro
/external/v8/src/
Dhydrogen-instructions.h419 #define DECLARE_DO(type) kChanges##type, kDependsOn##type, macro
440 #define DECLARE_DO(type) result |= (1 << kChanges##type); in ChangesFlagsMask() macro
458 #define DECLARE_DO(type) k##type, macro
558 #define DECLARE_DO(type) virtual bool Is##type() const { return false; } macro