Home | History | Annotate | Download | only in interpreter

Lines Matching refs:to_copy

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