Searched refs:GRANULARITY_BITS (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | js_segmenter.h | 51 static constexpr size_t GRANULARITY_BITS = 3;
member in panda::ecmascript::JSSegmenter 52 FIRST_BIT_FIELD(BitField, Granularity, GranularityOption, GRANULARITY_BITS) |
H A D | js_segment_iterator.h | 46 static constexpr size_t GRANULARITY_BITS = 3;
member in panda::ecmascript::JSSegmentIterator 47 FIRST_BIT_FIELD(BitField, Granularity, GranularityOption, GRANULARITY_BITS) |
H A D | js_segments.h | 46 static constexpr size_t GRANULARITY_BITS = 3;
member in panda::ecmascript::JSSegments 47 FIRST_BIT_FIELD(BitField, Granularity, GranularityOption, GRANULARITY_BITS) |
Completed in 1 milliseconds