Home
last modified time | relevance | path

Searched defs:array_class_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dmethod.h54 static GcRoot<Class> array_class_; // [java.lang.reflect.Method.class. variable
85 static GcRoot<Class> array_class_; // [java.lang.reflect.Constructor.class. variable
Dmethod.cc28 GcRoot<Class> Method::array_class_; member in art::mirror::Method
30 GcRoot<Class> Constructor::array_class_; member in art::mirror::Constructor
Dfield.cc28 GcRoot<Class> Field::array_class_; member in art::mirror::Field
Dfield.h133 static GcRoot<Class> array_class_; // array of java.lang.reflect.Field. variable
Darray.cc148 template <typename T> GcRoot<Class> PrimitiveArray<T>::array_class_; member in art::mirror::PrimitiveArray<T>