Searched defs:DECLARE_METHOD (Results 1 – 2 of 2) sorted by relevance
44 #define DECLARE_METHOD(Name) Type Name(Type type); macro53 #define DECLARE_METHOD(Name) Type Name(Type lhs, Type rhs); macro
144 #define DECLARE_METHOD(x, ...) inline Type Type##x(Node* node); macro146 DECLARE_METHOD(IfException) in DECLARE_METHOD() function in v8::internal::compiler::Typer::Visitor154 #define DECLARE_METHOD(x, ...) inline Type Type##x(Type input); in DECLARE_METHOD() macro214 #define DECLARE_METHOD(Name) \ macro223 #define DECLARE_METHOD(Name) \ macro232 #define DECLARE_METHOD(Name, ...) \ macro238 #define DECLARE_METHOD(Name, ...) \ macro247 #define DECLARE_METHOD(Name, ...) \ macro274 #define DECLARE_METHOD(x, ...) static Type x##Typer(Type, Type, Typer*); macro