Lines Matching refs:GetVRegReference

115   mirror::Object* param = shadow_frame->GetVRegReference(arg_offset);  in GetClassName()
144 down_cast<mirror::ClassLoader*>(shadow_frame->GetVRegReference(arg_offset + 2)); in UnstartedClassForNameLong()
161 down_cast<mirror::ClassLoader*>(shadow_frame->GetVRegReference(arg_offset + 2)); in UnstartedClassClassForName()
173 mirror::Object* param = shadow_frame->GetVRegReference(arg_offset); in UnstartedClassNewInstance()
229 mirror::Class* klass = shadow_frame->GetVRegReference(arg_offset)->AsClass(); in UnstartedClassGetDeclaredField()
230 mirror::String* name2 = shadow_frame->GetVRegReference(arg_offset + 1)->AsString(); in UnstartedClassGetDeclaredField()
265 mirror::String* class_name = shadow_frame->GetVRegReference(arg_offset + 1)->AsString(); in UnstartedVmClassLoaderFindLoadedClass()
267 down_cast<mirror::ClassLoader*>(shadow_frame->GetVRegReference(arg_offset)); in UnstartedVmClassLoaderFindLoadedClass()
324 mirror::Array* src_array = shadow_frame->GetVRegReference(arg_offset)->AsArray(); in UnstartedSystemArraycopy()
325 mirror::Array* dst_array = shadow_frame->GetVRegReference(arg_offset + 2)->AsArray(); in UnstartedSystemArraycopy()
350 mirror::Class* src_type = shadow_frame->GetVRegReference(arg_offset)->GetClass()-> in UnstartedSystemArraycopy()
355 mirror::Class* trg_type = shadow_frame->GetVRegReference(arg_offset + 2)->GetClass()-> in UnstartedSystemArraycopy()
482 mirror::Object* obj = shadow_frame->GetVRegReference(arg_offset); in UnstartedObjectHashCode()
524 mirror::Object* src = shadow_frame->GetVRegReference(arg_offset); in UnstartedDexCacheGetDexNative()
606 mirror::Object* obj = shadow_frame->GetVRegReference(arg_offset + 2); in UnstartedMemoryPeekArray()
754 mirror::String* string = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringGetCharsNoCheck()
763 hs.NewHandle(shadow_frame->GetVRegReference(arg_offset + 3)->AsCharArray())); in UnstartedStringGetCharsNoCheck()
773 mirror::String* string = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringCharAt()
786 mirror::String* string = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringSetCharAt()
802 hs.NewHandle(shadow_frame->GetVRegReference(arg_offset + 2)->AsCharArray())); in UnstartedStringFactoryNewStringFromChars()
811 mirror::String* to_copy = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringFactoryNewStringFromString()
832 hs.NewHandle(shadow_frame->GetVRegReference(arg_offset)->AsString())); in UnstartedStringFastSubstring()
844 mirror::String* string = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringToCharArray()