Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dwell_known_classes.h183 static jfieldID java_util_Collections_EMPTY_LIST; member
H A Dwell_known_classes.cc169 jfieldID WellKnownClasses::java_util_Collections_EMPTY_LIST; member in art::WellKnownClasses
464java_util_Collections_EMPTY_LIST = CacheField(env, java_util_Collections, true, "EMPTY_LIST", "Lja… in InitFieldsAndMethodsOnly()
632 java_util_Collections_EMPTY_LIST = nullptr; in Clear()
H A Dcommon_throws.cc753 WellKnownClasses::java_util_Collections_EMPTY_LIST)); in ThrowStackOverflowError()