Home
last modified time | relevance | path

Searched defs: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
41 ACCESSOR_INFO_ROOT_LIST(ROOT_ACCESSOR) in ACCESSOR_INFO_ROOT_LIST() argument
Dfactory-inl.h26 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro
30 ROOT_LIST(ROOT_ACCESSOR) in ROOT_LIST() argument
Dlocal-factory-inl.h15 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro
Dheap-inl.h117 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro
124 #define ROOT_ACCESSOR(type, name, CamelName) \ macro
134 ROOT_LIST(ROOT_ACCESSOR) in ROOT_LIST() argument
Dfactory.h755 #define ROOT_ACCESSOR(Type, name, CamelName) inline Handle<Type> name(); macro
Dheap.h906 #define ROOT_ACCESSOR(type, name, CamelName) inline type name(); macro
1743 #define ROOT_ACCESSOR(type, name, CamelName) inline void set_##name(type value); macro
1744 ROOT_LIST(ROOT_ACCESSOR) in ROOT_LIST() argument
/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
Droots.h566 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro