Searched defs:to_copy (Results 1 - 3 of 3) sorted by relevance

/art/runtime/native/
H A Djava_lang_StringFactory.cc74 static jstring StringFactory_newStringFromString(JNIEnv* env, jclass, jstring to_copy) { argument
76 if (UNLIKELY(to_copy == nullptr)) {
81 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String>(to_copy)));
/art/runtime/interpreter/
H A Dunstarted_runtime.cc1353 mirror::String* to_copy = shadow_frame->GetVRegReference(arg_offset)->AsString(); local
1354 if (to_copy == nullptr) {
1359 Handle<mirror::String> h_string(hs.NewHandle(to_copy));
/art/compiler/optimizing/
H A Dnodes.h1866 const HEnvironment& to_copy,
1869 to_copy.Size(),
1870 to_copy.GetMethod(),
1871 to_copy.GetDexPc(),
1865 HEnvironment(ArenaAllocator* allocator, const HEnvironment& to_copy, HInstruction* holder) argument

Completed in 331 milliseconds