Home | History | Annotate | Download | only in runtime

Lines Matching refs:char_array

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