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

/art/runtime/native/
H A Djava_lang_StringFactory.cc67 static jstring StringFactory_newStringFromString(JNIEnv* env, jclass, jstring to_copy) { argument
69 if (UNLIKELY(to_copy == nullptr)) {
74 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String*>(to_copy)));
/art/runtime/interpreter/
H A Dunstarted_runtime.cc1092 mirror::String* to_copy = shadow_frame->GetVRegReference(arg_offset)->AsString(); local
1093 if (to_copy == nullptr) {
1098 Handle<mirror::String> h_string(hs.NewHandle(to_copy));
/art/compiler/optimizing/
H A Dnodes.h1665 HEnvironment(ArenaAllocator* arena, const HEnvironment& to_copy, HInstruction* holder) argument
1667 to_copy.Size(),
1668 to_copy.GetDexFile(),
1669 to_copy.GetMethodIdx(),
1670 to_copy.GetDexPc(),
1671 to_copy.GetInvokeType(),

Completed in 2766 milliseconds