Searched refs:DECL_ACCESSORS (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | objects.h | 697 #define DECL_ACCESSORS(name, type) \ macro 1478 DECL_ACCESSORS(properties, FixedArray) // Get and set fast properties. 1501 DECL_ACCESSORS(elements, FixedArrayBase) 3658 DECL_ACCESSORS(external_pointer, void) // Pointer to the data store. 4165 DECL_ACCESSORS(relocation_info, ByteArray) 4169 DECL_ACCESSORS(handler_table, FixedArray) 4172 DECL_ACCESSORS(deoptimization_data, FixedArray) 4176 DECL_ACCESSORS(type_feedback_info, Object) 4181 DECL_ACCESSORS(gc_metadata, Object) 4688 DECL_ACCESSORS(prototype, Object) [all …]
|