Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dwell_known_classes.h205 static ArtField* java_util_Collections_EMPTY_LIST; member
264 static constexpr ClassFromField<&java_util_Collections_EMPTY_LIST> java_util_Collections;
H A Dwell_known_classes.cc159 ArtField* WellKnownClasses::java_util_Collections_EMPTY_LIST; member in art::WellKnownClasses
825 java_util_Collections_EMPTY_LIST = in InitFieldsAndMethodsOnly()
989 java_util_Collections_EMPTY_LIST = nullptr; in Clear()
H A Dcommon_throws.cc782 WellKnownClasses::java_util_Collections_EMPTY_LIST->GetObject(j_u_c); in ThrowStackOverflowError()
H A Dclass_linker.cc1259 WellKnownClasses::java_util_Collections_EMPTY_LIST, in RunRootClinits()