Searched refs:DECL_ACCESSORS (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | objects.h | 833 #define DECL_ACCESSORS(name, type) \ macro 1661 DECL_ACCESSORS(properties, FixedArray) // Get and set fast properties. 1684 DECL_ACCESSORS(elements, FixedArrayBase) 4460 DECL_ACCESSORS(external_pointer, void) // Pointer to the data store. 4986 DECL_ACCESSORS(relocation_info, ByteArray) 4991 DECL_ACCESSORS(handler_table, FixedArray) 4994 DECL_ACCESSORS(deoptimization_data, FixedArray) 5000 DECL_ACCESSORS(raw_type_feedback_info, Object) 5009 DECL_ACCESSORS(next_code_link, Object) 5014 DECL_ACCESSORS(gc_metadata, Object) [all …]
|