Lines Matching refs:NewHandle
1548 Handle<mirror::Class> c(hs.NewHandle(DecodeClass(class_id, &error)));
2836 Handle<mirror::Throwable> pending_exception(hs.NewHandle(self->GetException()));
2890 this_at_throw_(handle_scope_.NewHandle<mirror::Object>(nullptr)),
2919 Handle<mirror::Class> exception_class(hs.NewHandle(exception_->GetClass()));
2969 Handle<mirror::Throwable> h_exception(handle_scope.NewHandle(exception_object));
3989 Handle<mirror::Throwable> old_exception = hs.NewHandle(soa.Self()->GetException());
4053 Handle<mirror::Object> object_result = hs.NewHandle(is_object_result ? result.GetL() : nullptr);
4054 Handle<mirror::Throwable> exception = hs.NewHandle(soa.Self()->GetException());
4315 Handle<mirror::String> name(hs.NewHandle(t->GetThreadName(soa)));