Lines Matching full:newhandle
233 Handle<mirror::Class> h_to(hs.NewHandle(to));
234 Handle<mirror::Object> h_obj(hs.NewHandle(src_value.GetL()));
528 hs.NewHandle(reinterpret_cast<mirror::EmulatedStackFrame*>(
530 Handle<mirror::MethodType> emulated_stack_type(hs.NewHandle(emulated_stack_frame->GetType()));
575 MutableHandle<mirror::EmulatedStackFrame> sf(hs.NewHandle<mirror::EmulatedStackFrame>(nullptr));
708 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType()));
889 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType()));
1018 callsite_ptypes(hs.NewHandle(callsite_type->GetPTypes()));
1020 mh_ptypes(hs.NewHandle(method_handle->GetMethodType()->GetPTypes()));
1038 Handle<mirror::VarHandle> vh(hs.NewHandle(down_cast<mirror::VarHandle*>(receiver)));
1047 hs.NewHandle(vh->GetMethodTypeForAccessMode(self, access_mode));
1048 Handle<mirror::MethodType> mh_invoke_type = hs.NewHandle(
1064 hs.NewHandle(mirror::MethodType::CloneWithoutLeadingParameter(self, callsite_type.Get()));
1128 Handle<mirror::MethodType> method_handle_type(hs.NewHandle(method_handle->GetMethodType()));