Home
last modified time | relevance | path

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

/art/runtime/
Dwell_known_classes.h97 static jclass libcore_util_EmptyArray; member
Dwell_known_classes.cc84 jclass WellKnownClasses::libcore_util_EmptyArray; member in art::WellKnownClasses
373 libcore_util_EmptyArray = CacheClass(env, "libcore/util/EmptyArray"); in Init()
462 …libcore_util_EmptyArray_STACK_TRACE_ELEMENT = CacheField(env, libcore_util_EmptyArray, true, "STAC… in InitFieldsAndMethodsOnly()
545 libcore_util_EmptyArray = nullptr; in Clear()
Dcommon_throws.cc843 WellKnownClasses::libcore_util_EmptyArray, in ThrowStackOverflowError()