Searched refs:to_copy (Results 1 – 3 of 3) sorted by relevance
75 static jstring StringFactory_newStringFromString(JNIEnv* env, jclass, jstring to_copy) { in StringFactory_newStringFromString() argument77 if (UNLIKELY(to_copy == nullptr)) { in StringFactory_newStringFromString()82 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String>(to_copy))); in StringFactory_newStringFromString()
1322 ObjPtr<mirror::String> to_copy = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringFactoryNewStringFromString() local1323 if (to_copy == nullptr) { in UnstartedStringFactoryNewStringFromString()1328 Handle<mirror::String> h_string(hs.NewHandle(to_copy)); in UnstartedStringFactoryNewStringFromString()
1996 const HEnvironment& to_copy, in HEnvironment() argument1999 to_copy.Size(), in HEnvironment()2000 to_copy.GetMethod(), in HEnvironment()2001 to_copy.GetDexPc(), in HEnvironment()