HomeSort by relevance Sort by last modified time
    Searched refs:FindArrayClass (Results 1 - 11 of 11) sorted by null

  /art/runtime/native/
java_lang_reflect_Array.cc 63 class_linker->FindArrayClass(soa.Self(), soa.Decode<mirror::Class>(javaElementClass));
dalvik_system_VMRuntime.cc 116 runtime->GetClassLinker()->FindArrayClass(soa.Self(), element_class);
142 ObjPtr<mirror::Class> array_class = runtime->GetClassLinker()->FindArrayClass(soa.Self(),
  /art/runtime/mirror/
array.cc 102 hs.NewHandle(class_linker->FindArrayClass(self, element_class.Get())));
108 array_class.Assign(class_linker->FindArrayClass(self, array_class.Get()));
  /art/runtime/
class_linker-inl.h 39 inline ObjPtr<mirror::Class> ClassLinker::FindArrayClass(Thread* self,
class_linker.h 181 ObjPtr<mirror::Class> FindArrayClass(Thread* self, ObjPtr<mirror::Class> element_class)
    [all...]
class_linker_test.cc 240 EXPECT_OBJ_PTR_EQ(class_linker_->FindArrayClass(self, array->GetComponentType()), array.Get());
    [all...]
  /art/runtime/verifier/
reg_type.cc 814 Runtime::Current()->GetClassLinker()->FindArrayClass(self, common_elem);
    [all...]
  /art/runtime/dex/
dex_file_annotations.cc 377 class_linker->FindArrayClass(self, annotation_member_class);
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc     [all...]
unstarted_runtime_test.cc 117 runtime->GetClassLinker()->FindArrayClass(self, component_type);
    [all...]
  /art/runtime/jni/
jni_internal.cc     [all...]

Completed in 196 milliseconds