Searched refs:ROOT_ACCESSOR (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | local-factory.h | 35 #define ROOT_ACCESSOR(Type, name, CamelName) inline Handle<Type> name(); macro 36 READ_ONLY_ROOT_LIST(ROOT_ACCESSOR) 41 ACCESSOR_INFO_ROOT_LIST(ROOT_ACCESSOR) in ACCESSOR_INFO_ROOT_LIST() argument 42 #undef ROOT_ACCESSOR in ACCESSOR_INFO_ROOT_LIST()
|
D | local-factory-inl.h | 15 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro 19 READ_ONLY_ROOT_LIST(ROOT_ACCESSOR) 20 #undef ROOT_ACCESSOR
|
D | factory-inl.h | 26 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro 30 ROOT_LIST(ROOT_ACCESSOR) in ROOT_LIST() argument 31 #undef ROOT_ACCESSOR in ROOT_LIST()
|
D | heap-inl.h | 117 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro 121 MUTABLE_ROOT_LIST(ROOT_ACCESSOR) 122 #undef ROOT_ACCESSOR 124 #define ROOT_ACCESSOR(type, name, CamelName) \ macro 134 ROOT_LIST(ROOT_ACCESSOR) in ROOT_LIST() argument 135 #undef ROOT_ACCESSOR in ROOT_LIST()
|
D | heap.h | 906 #define ROOT_ACCESSOR(type, name, CamelName) inline type name(); macro 907 MUTABLE_ROOT_LIST(ROOT_ACCESSOR) 908 #undef ROOT_ACCESSOR 1743 #define ROOT_ACCESSOR(type, name, CamelName) inline void set_##name(type value); macro 1744 ROOT_LIST(ROOT_ACCESSOR) in ROOT_LIST() argument 1745 #undef ROOT_ACCESSOR in ROOT_LIST()
|
D | factory.h | 755 #define ROOT_ACCESSOR(Type, name, CamelName) inline Handle<Type> name(); macro 756 ROOT_LIST(ROOT_ACCESSOR) 757 #undef ROOT_ACCESSOR
|
/third_party/node/deps/v8/src/roots/ |
D | roots-inl.h | 75 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro 90 READ_ONLY_ROOT_LIST(ROOT_ACCESSOR) in READ_ONLY_ROOT_LIST() argument 91 #undef ROOT_ACCESSOR in READ_ONLY_ROOT_LIST()
|
D | roots.h | 566 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro 571 READ_ONLY_ROOT_LIST(ROOT_ACCESSOR) 572 #undef ROOT_ACCESSOR
|