Home
last modified time | relevance | path

Searched refs:to_copy (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Djava_lang_StringFactory.cc105 static jstring StringFactory_newStringFromString(JNIEnv* env, jclass, jstring to_copy) { in StringFactory_newStringFromString() argument
107 if (UNLIKELY(to_copy == nullptr)) { in StringFactory_newStringFromString()
112 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String>(to_copy))); in StringFactory_newStringFromString()
/art/runtime/interpreter/
Dunstarted_runtime.cc1449 ObjPtr<mirror::String> to_copy = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringFactoryNewStringFromString() local
1450 if (to_copy == nullptr) { in UnstartedStringFactoryNewStringFromString()
1455 Handle<mirror::String> h_string(hs.NewHandle(to_copy)); in UnstartedStringFactoryNewStringFromString()
/art/compiler/optimizing/
Dnodes.h2089 const HEnvironment& to_copy, in HEnvironment() argument
2092 to_copy.Size(), in HEnvironment()
2093 to_copy.GetMethod(), in HEnvironment()
2094 to_copy.GetDexPc(), in HEnvironment()