Searched refs:scopeBits (Results 1 – 2 of 2) sorted by relevance
361 private static int scopeBits(CloseTagScope a) { in scopeBits() method in TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships365 private static int scopeBits( in scopeBits() method in TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships437 ), scopeBits(504 ), scopeBits(CloseTagScope.BUTTON));516 ), scopeBits(762 ), scopeBits(773 scopeBits(CloseTagScope.LIST_ITEM));897 ), scopeBits(918 ), scopeBits(958 scopeBits(CloseTagScope.LIST_ITEM));
344 const int scopeBits = 2; in wrapCallFrames() local345 COMPILE_ASSERT(NoScopes < (1 << scopeBits), not_enough_bits_to_encode_ScopeInfoDetails); in wrapCallFrames()348 int data = (maximumLimit << scopeBits) | scopeDetails; in wrapCallFrames()