Home
last modified time | relevance | path

Searched refs:RELAXED_INT16_ACCESSORS (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Ddescriptor-array-inl.h32 RELAXED_INT16_ACCESSORS(DescriptorArray, number_of_all_descriptors, in TQ_OBJECT_CONSTRUCTORS_IMPL()
34 RELAXED_INT16_ACCESSORS(DescriptorArray, number_of_descriptors, in TQ_OBJECT_CONSTRUCTORS_IMPL()
36 RELAXED_INT16_ACCESSORS(DescriptorArray, raw_number_of_marked_descriptors, in TQ_OBJECT_CONSTRUCTORS_IMPL()
38 RELAXED_INT16_ACCESSORS(DescriptorArray, filler16bits, kFiller16BitsOffset) in TQ_OBJECT_CONSTRUCTORS_IMPL()
Dobject-macros-undef.h50 #undef RELAXED_INT16_ACCESSORS
Dobject-macros.h338 #define RELAXED_INT16_ACCESSORS(holder, name, offset) \ macro