Home | History | Annotate | Download | only in runtime

Lines Matching full:char_array

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