Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_StringFactory.cc75 static jstring StringFactory_newStringFromString(JNIEnv* env, jclass, jstring to_copy) { in StringFactory_newStringFromString() argument
77 if (UNLIKELY(to_copy == nullptr)) { in StringFactory_newStringFromString()
82 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String>(to_copy))); in StringFactory_newStringFromString()
/art/runtime/interpreter/
Dunstarted_runtime.cc1322 ObjPtr<mirror::String> to_copy = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringFactoryNewStringFromString() local
1323 if (to_copy == nullptr) { in UnstartedStringFactoryNewStringFromString()
1328 Handle<mirror::String> h_string(hs.NewHandle(to_copy)); in UnstartedStringFactoryNewStringFromString()
/art/compiler/optimizing/
Dnodes.h1996 const HEnvironment& to_copy, in HEnvironment() argument
1999 to_copy.Size(), in HEnvironment()
2000 to_copy.GetMethod(), in HEnvironment()
2001 to_copy.GetDexPc(), in HEnvironment()