HomeSort by relevance Sort by last modified time
    Searched full:object_array_class (Results 1 - 7 of 7) sorted by null

  /art/runtime/mirror/
object_array.h 35 ObjPtr<Class> object_array_class,
41 ObjPtr<Class> object_array_class,
object_array-inl.h 41 ObjPtr<Class> object_array_class,
44 object_array_class.Ptr(),
58 ObjPtr<Class> object_array_class,
61 object_array_class,
object_test.cc 547 Class* Object_array_class = class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Object;");
549 EXPECT_FALSE(java_lang_Class->InstanceOf(Object_array_class));
550 EXPECT_TRUE(Object_array_class->InstanceOf(java_lang_Class));
553 Object* array = ObjectArray<Object>::Alloc(soa.Self(), Object_array_class, 1);
  /art/runtime/
jni_internal_test.cc 1363 jclass object_array_class = env_->FindClass("[Ljava\/lang\/Object;"); local
    [all...]
class_linker.cc 438 // java_lang_Object comes next so that object_array_class can be created.
455 Handle<mirror::Class> object_array_class(hs.NewHandle(
458 object_array_class->SetComponentType(java_lang_Object.Get());
493 mirror::ObjectArray<mirror::Class>::Alloc(self, object_array_class.Get(),
499 SetClassRoot(kObjectArrayClass, object_array_class.Get());
636 CheckSystemClass(self, object_array_class, "[Ljava/lang/Object;");
655 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 0));
657 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 1));
    [all...]
  /art/compiler/
image_writer.cc     [all...]
  /system/core/libbacktrace/testdata/arm/
libart.so 

Completed in 1104 milliseconds