Home | History | Annotate | Download | only in runtime

Lines Matching refs:char_array

793   SirtRef<mirror::CharArray> char_array(soa.Self(), mirror::CharArray::Alloc(soa.Self(), 0));
794 EXPECT_EQ(class_linker_->FindSystemClass("[C"), char_array->GetClass());
795 data_offset = reinterpret_cast<uintptr_t>(char_array->GetData());