OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:array_class_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/mirror/
array.h
129
CHECK(
array_class_
== NULL);
131
array_class_
= array_class;
135
CHECK(
array_class_
!= NULL);
136
array_class_
= NULL;
140
static Class*
array_class_
;
member in class:art::mirror::PrimitiveArray
array.cc
147
DCHECK(
array_class_
!= NULL);
148
Array* raw_array = Array::Alloc(self,
array_class_
, length, sizeof(T));
152
template <typename T> Class* PrimitiveArray<T>::
array_class_
= NULL;
member in class:art::mirror::PrimitiveArray
Completed in 33 milliseconds