Home
last modified time | relevance | path

Searched refs:ROOT_ACCESSOR (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlocal-factory.h35 #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()
Dlocal-factory-inl.h15 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro
19 READ_ONLY_ROOT_LIST(ROOT_ACCESSOR)
20 #undef ROOT_ACCESSOR
Dfactory-inl.h26 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro
30 ROOT_LIST(ROOT_ACCESSOR) in ROOT_LIST() argument
31 #undef ROOT_ACCESSOR in ROOT_LIST()
Dheap-inl.h117 #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()
Dheap.h906 #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()
Dfactory.h755 #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/
Droots-inl.h75 #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()
Droots.h566 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro
571 READ_ONLY_ROOT_LIST(ROOT_ACCESSOR)
572 #undef ROOT_ACCESSOR