Lines Matching refs:of
5 their access flags if their signatures appear on one of two lists - greylist and
19 e.g. "I" for "int", and a "[" prefix denotes an array type. Lists of types do
31 Two bits of information are encoded in the DEX access flags. These are encoded
32 as unsigned LEB128 values in DEX and so as to not increase the size of the DEX,
33 different modifiers were chosen for different kinds of methods/fields.
35 First bit is encoded as the inversion of visibility access flags (bits 2:0).
36 At most one of these flags can be set at any given time. Inverting these bits
38 any loss of information.
40 Second bit is encoded differently for each given type of class member as there
41 is no single unused bit such that setting it would not increase the size of the
50 Two following bit encoding is used to denote the membership of a method/field: