Lines Matching refs:Get

315       EnterInterpreterFromInvoke(self, cons, h_obj.Get(), nullptr, nullptr);  in UnstartedClassNewInstance()
317 result->SetL(h_obj.Get()); in UnstartedClassNewInstance()
600 args[0] = reinterpret_cast32<uint32_t>(h_array.Get()); in GetResourceAsStream()
601 EnterInterpreterFromInvoke(self, constructor, h_obj.Get(), args, nullptr); in GetResourceAsStream()
608 result->SetL(h_obj.Get()); in GetResourceAsStream()
622 this_classloader_class.Get()) { in UnstartedClassLoaderGetResourceAsStream()
625 mirror::Class::PrettyClass(this_classloader_class.Get()).c_str()); in UnstartedClassLoaderGetResourceAsStream()
654 if (caller != nullptr && !caller->CanAccess(c.Get())) { in UnstartedConstructorNewInstance0()
685 soa.AddLocalReference<jobject>(m.Get())); in UnstartedConstructorNewInstance0()
687 soa.AddLocalReference<jobject>(receiver.Get())); in UnstartedConstructorNewInstance0()
689 soa.AddLocalReference<jobject>(args.Get())); in UnstartedConstructorNewInstance0()
695 result->SetL(receiver.Get()); in UnstartedConstructorNewInstance0()
744 dst->Set(dst_pos + i, src->Get(src_pos + i)); in PrimitiveArrayCopy()
748 dst->Set(dst_pos + length - i, src->Get(src_pos + length - i)); in PrimitiveArrayCopy()
821 dst->Set(dst_pos + i, src->Get(src_pos + i)); in UnstartedSystemArraycopy()
825 dst->Set(dst_pos + length - i, src->Get(src_pos + length - i)); in UnstartedSystemArraycopy()
921 ObjPtr<mirror::Object> props = static_properties->GetObject(h_props_class.Get()); in GetSystemProperty()
935 h_string_array.Assign(h_2string_array->Get(i)); in GetSystemProperty()
938 h_string_array->Get(0) == nullptr) { in GetSystemProperty()
944 if (h_key->Equals(h_string_array->Get(0))) { in GetSystemProperty()
946 if (h_string_array->Get(1) == nullptr && is_default_version) { in GetSystemProperty()
951 result->SetL(h_string_array->Get(1)); in GetSystemProperty()
1018 EnterInterpreterFromInvoke(self, init_method, h_obj.Get(), nullptr, nullptr); in CreateInstanceOf()
1020 return h_obj.Get(); in CreateInstanceOf()