Home | History | Annotate | Download | only in interpreter

Lines Matching full:to_copy

1092   mirror::String* to_copy = shadow_frame->GetVRegReference(arg_offset)->AsString();
1093 if (to_copy == nullptr) {
1098 Handle<mirror::String> h_string(hs.NewHandle(to_copy));