Searched refs:to_copy (Results 1 – 3 of 3) sorted by relevance
105 static jstring StringFactory_newStringFromString(JNIEnv* env, jclass, jstring to_copy) { in StringFactory_newStringFromString() argument107 if (UNLIKELY(to_copy == nullptr)) { in StringFactory_newStringFromString()112 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String>(to_copy))); in StringFactory_newStringFromString()
1449 ObjPtr<mirror::String> to_copy = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringFactoryNewStringFromString() local1450 if (to_copy == nullptr) { in UnstartedStringFactoryNewStringFromString()1455 Handle<mirror::String> h_string(hs.NewHandle(to_copy)); in UnstartedStringFactoryNewStringFromString()
2089 const HEnvironment& to_copy, in HEnvironment() argument2092 to_copy.Size(), in HEnvironment()2093 to_copy.GetMethod(), in HEnvironment()2094 to_copy.GetDexPc(), in HEnvironment()