Home
last modified time | relevance | path

Searched defs:DECLARE_METHOD (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Doperation-typer.h44 #define DECLARE_METHOD(Name) Type Name(Type type); macro
53 #define DECLARE_METHOD(Name) Type Name(Type lhs, Type rhs); macro
Dtyper.cc144 #define DECLARE_METHOD(x, ...) inline Type Type##x(Node* node); macro
146 DECLARE_METHOD(IfException) in DECLARE_METHOD() function in v8::internal::compiler::Typer::Visitor
154 #define DECLARE_METHOD(x, ...) inline Type Type##x(Type input); in DECLARE_METHOD() macro
214 #define DECLARE_METHOD(Name) \ macro
223 #define DECLARE_METHOD(Name) \ macro
232 #define DECLARE_METHOD(Name, ...) \ macro
238 #define DECLARE_METHOD(Name, ...) \ macro
247 #define DECLARE_METHOD(Name, ...) \ macro
274 #define DECLARE_METHOD(x, ...) static Type x##Typer(Type, Type, Typer*); macro