Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dlocal-factory.h38 #define ROOT_ACCESSOR(Type, name, CamelName) inline Handle<Type> name(); macro
44 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.h89 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro
96 #define ROOT_ACCESSOR(type, name, CamelName) \ macro
106 ROOT_LIST(ROOT_ACCESSOR) in ROOT_LIST() argument
Dfactory.h714 #define ROOT_ACCESSOR(Type, name, CamelName) inline Handle<Type> name(); macro
Dheap.h879 #define ROOT_ACCESSOR(type, name, CamelName) inline type name(); macro
1646 #define ROOT_ACCESSOR(type, name, CamelName) inline void set_##name(type value); macro
1647 ROOT_LIST(ROOT_ACCESSOR) in ROOT_LIST() argument
/external/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.h546 #define ROOT_ACCESSOR(Type, name, CamelName) \ macro