Lines Matching full:newhandle
967 classes.push_back(hs.NewHandle(c));
987 hs.NewHandle(c),
1008 heap->GetReferringObjects(hs, hs.NewHandle(o), max_count, raw_instances);
1177 Handle<mirror::Class> klass(hs.NewHandle(c));
1876 o(hs.NewHandle(Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id, &error)));
1895 Handle<mirror::Class> klass(hs.NewHandle(f->GetDeclaringClass()));
2010 o(hs.NewHandle(Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id, &error)));
2017 Handle<mirror::Class> klass(hs.NewHandle(f->GetDeclaringClass()));
2982 Handle<mirror::Throwable> pending_exception(hs.NewHandle(self->GetException()));
3037 this_at_throw_(handle_scope_.NewHandle<mirror::Object>(nullptr)),
3066 Handle<mirror::Class> exception_class(hs.NewHandle(exception_->GetClass()));
3116 Handle<mirror::Throwable> h_exception(handle_scope.NewHandle(exception_object));
4144 Handle<mirror::Throwable> old_exception = hs.NewHandle(soa.Self()->GetException());
4208 Handle<mirror::Object> object_result = hs.NewHandle(is_object_result ? result.GetL() : nullptr);
4209 Handle<mirror::Throwable> exception = hs.NewHandle(soa.Self()->GetException());
4248 Handle<mirror::Object> decoded_ref = hs.NewHandle(soa.Self()->DecodeJObject(ref.get()));
4514 Handle<mirror::String> name(hs.NewHandle(t->GetThreadName()));