Home
last modified time | relevance | path

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

/art/runtime/
Dwell_known_classes.cc81 jclass WellKnownClasses::libcore_util_EmptyArray; member in art::WellKnownClasses
344 libcore_util_EmptyArray = CacheClass(env, "libcore/util/EmptyArray"); in Init()
412 …libcore_util_EmptyArray_STACK_TRACE_ELEMENT = CacheField(env, libcore_util_EmptyArray, true, "STAC… in Init()
489 libcore_util_EmptyArray = nullptr; in Clear()
Dwell_known_classes.h90 static jclass libcore_util_EmptyArray; member
Dcommon_throws.cc831 WellKnownClasses::libcore_util_EmptyArray, in ThrowStackOverflowError()