Lines Matching refs:Handle

195     Handle<mirror::MethodType> callsite_type,  in ConvertJValueCommon()
196 Handle<mirror::MethodType> callee_type, in ConvertJValueCommon()
236 Handle<mirror::Class> h_to(hs.NewHandle(to)); in ConvertJValueCommon()
237 Handle<mirror::Object> h_obj(hs.NewHandle(src_value.GetL())); in ConvertJValueCommon()
337 Handle<mirror::MethodType> callsite_type, in ConvertAndCopyArgumentsFromCallerFrame()
338 Handle<mirror::MethodType> callee_type, in ConvertAndCopyArgumentsFromCallerFrame()
405 static inline bool IsCallerTransformer(Handle<mirror::MethodType> callsite_type) in IsCallerTransformer()
420 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeMethod()
421 Handle<mirror::MethodType> target_type, in MethodHandleInvokeMethod()
422 Handle<mirror::MethodType> nominal_type, in MethodHandleInvokeMethod()
531 Handle<mirror::EmulatedStackFrame> emulated_stack_frame( in MethodHandleInvokeMethod()
534 Handle<mirror::MethodType> emulated_stack_type(hs.NewHandle(emulated_stack_frame->GetType())); in MethodHandleInvokeMethod()
556 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeTransform()
557 Handle<mirror::MethodType> callee_type, in MethodHandleInvokeTransform()
560 Handle<mirror::MethodHandle> receiver, in MethodHandleInvokeTransform()
650 Handle<mirror::MethodType> handle_type, in RefineTargetMethod()
651 Handle<mirror::MethodType> callsite_type, in RefineTargetMethod()
718 Handle<mirror::MethodHandle> method_handle, in DoInvokePolymorphicMethod()
719 Handle<mirror::MethodType> callsite_type, in DoInvokePolymorphicMethod()
724 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType())); in DoInvokePolymorphicMethod()
725 Handle<mirror::MethodType> nominal_handle_type(hs.NewHandle(method_handle->GetNominalType())); in DoInvokePolymorphicMethod()
756 Handle<mirror::MethodType> callee_type = in DoInvokePolymorphicMethod()
902 Handle<mirror::MethodHandle> method_handle, in MethodHandleFieldAccess()
903 Handle<mirror::MethodType> callsite_type, in MethodHandleFieldAccess()
907 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType())); in MethodHandleFieldAccess()
987 Handle<mirror::VarHandle> vh, in DoVarHandleInvokeTranslationUnchecked()
988 Handle<mirror::MethodType> vh_type, in DoVarHandleInvokeTranslationUnchecked()
989 Handle<mirror::MethodType> callsite_type, in DoVarHandleInvokeTranslationUnchecked()
1015 Handle<mirror::MethodHandle> method_handle, in DoVarHandleInvokeTranslation()
1016 Handle<mirror::MethodType> callsite_type, in DoVarHandleInvokeTranslation()
1035 Handle<mirror::ObjectArray<mirror::Class>> in DoVarHandleInvokeTranslation()
1037 Handle<mirror::ObjectArray<mirror::Class>> in DoVarHandleInvokeTranslation()
1056 Handle<mirror::VarHandle> vh(hs.NewHandle(ObjPtr<mirror::VarHandle>::DownCast(receiver))); in DoVarHandleInvokeTranslation()
1064 Handle<mirror::MethodType> vh_type = in DoVarHandleInvokeTranslation()
1066 Handle<mirror::MethodType> mh_invoke_type = hs.NewHandle( in DoVarHandleInvokeTranslation()
1081 Handle<mirror::MethodType> callsite_type_without_varhandle = in DoVarHandleInvokeTranslation()
1098 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeInternal()
1099 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeInternal()
1140 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeExactInternal()
1141 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeExactInternal()
1146 Handle<mirror::MethodType> method_handle_type(hs.NewHandle(method_handle->GetMethodType())); in MethodHandleInvokeExactInternal()
1245 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvoke()
1246 Handle<mirror::MethodType> callsite_type, in MethodHandleInvoke()
1270 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeExact()
1271 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeExact()