Home
last modified time | relevance | path

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

/art/test/712-varhandle-invocations/src/
DSampleValues.java20 public static final boolean[] PRIMITIVE_BOOLEANS = new boolean[] {true, false}; field in SampleValues
67 return PRIMITIVE_BOOLEANS[index]; in get_boolean()