Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod.h42 static mirror::Class* ArrayClass() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in ArrayClass() function
73 static mirror::Class* ArrayClass() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in ArrayClass() function
Dfield.h43 static mirror::Class* ArrayClass() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in ArrayClass() function
/art/runtime/native/
Djava_lang_Class.cc133 self, mirror::Field::ArrayClass(), array_size)); in GetDeclaredFields()
293 soa.Self(), mirror::Constructor::ArrayClass(), constructor_count)); in Class_getDeclaredConstructorsInternal()
402 soa.Self(), mirror::Method::ArrayClass(), num_methods)); in Class_getDeclaredMethodsUnchecked()
/art/runtime/
Dclass_linker.cc3330 DCHECK_EQ(h_methods->GetClass(), mirror::Method::ArrayClass()) in CreateProxyClass()