Home | History | Annotate | Download | only in interpreter

Lines Matching full:allocfromstring

1328   result->SetL(mirror::String::AllocFromString<true>(self, h_string->GetLength(), h_string, 0,
1345 result->SetL(mirror::String::AllocFromString<true>(self, length, h_string, start, allocator));