Home | History | Annotate | Download | only in runtime

Lines Matching full:char_array

869   Handle<mirror::CharArray> char_array(hs.NewHandle(mirror::CharArray::Alloc(soa.Self(), 0)));
870 EXPECT_EQ(class_linker_->FindSystemClass(soa.Self(), "[C"), char_array->GetClass());
871 data_offset = reinterpret_cast<uintptr_t>(char_array->GetData());