Searched defs:DECLARE_TYPE (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/cctest/ |
D | types-fuzz.h | 43 #define DECLARE_TYPE(name, value) \ in Types() macro 134 #define DECLARE_TYPE(name, value) TypeHandle name; macro 138 #define DECLARE_TYPE(name, value) TypeHandle Mask##name##ForTesting; macro
|
D | test-hydrogen-types.cc | 12 #define DECLARE_TYPE(Name, mask) HType::Name(), macro
|
/external/v8/src/crankshaft/ |
D | hydrogen-types.h | 73 #define DECLARE_TYPE(Name, mask) k##Name = mask, macro
|
/external/v8/src/profiler/ |
D | cpu-profiler.h | 38 #define DECLARE_TYPE(type, ignore) type, macro
|
/external/v8/src/ |
D | frames.h | 203 #define DECLARE_TYPE(type, ignore) type, macro
|
D | types.h | 648 #define DECLARE_TYPE(type, value) k##type = (value), macro
|