• Home
  • Raw
  • Download

Lines Matching refs:Handle

194     Handle<mirror::MethodType> callsite_type,  in ConvertJValueCommon()
195 Handle<mirror::MethodType> callee_type, in ConvertJValueCommon()
235 Handle<mirror::Class> h_to(hs.NewHandle(to)); in ConvertJValueCommon()
236 Handle<mirror::Object> h_obj(hs.NewHandle(src_value.GetL())); in ConvertJValueCommon()
336 Handle<mirror::MethodType> callsite_type, in ConvertAndCopyArgumentsFromCallerFrame()
337 Handle<mirror::MethodType> callee_type, in ConvertAndCopyArgumentsFromCallerFrame()
404 static inline bool IsCallerTransformer(Handle<mirror::MethodType> callsite_type) in IsCallerTransformer()
419 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeMethod()
420 Handle<mirror::MethodType> target_type, in MethodHandleInvokeMethod()
529 Handle<mirror::EmulatedStackFrame> emulated_stack_frame( in MethodHandleInvokeMethod()
532 Handle<mirror::MethodType> emulated_stack_type(hs.NewHandle(emulated_stack_frame->GetType())); in MethodHandleInvokeMethod()
549 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeTransform()
550 Handle<mirror::MethodType> callee_type, in MethodHandleInvokeTransform()
553 Handle<mirror::MethodHandle> receiver, in MethodHandleInvokeTransform()
643 Handle<mirror::MethodType> handle_type, in RefineTargetMethod()
644 Handle<mirror::MethodType> callsite_type, in RefineTargetMethod()
704 Handle<mirror::MethodHandle> method_handle, in DoInvokePolymorphicMethod()
705 Handle<mirror::MethodType> callsite_type, in DoInvokePolymorphicMethod()
710 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType())); in DoInvokePolymorphicMethod()
741 Handle<mirror::MethodType> callee_type = in DoInvokePolymorphicMethod()
886 Handle<mirror::MethodHandle> method_handle, in MethodHandleFieldAccess()
887 Handle<mirror::MethodType> callsite_type, in MethodHandleFieldAccess()
891 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType())); in MethodHandleFieldAccess()
971 Handle<mirror::VarHandle> vh, in DoVarHandleInvokeTranslationUnchecked()
972 Handle<mirror::MethodType> vh_type, in DoVarHandleInvokeTranslationUnchecked()
973 Handle<mirror::MethodType> callsite_type, in DoVarHandleInvokeTranslationUnchecked()
999 Handle<mirror::MethodHandle> method_handle, in DoVarHandleInvokeTranslation()
1000 Handle<mirror::MethodType> callsite_type, in DoVarHandleInvokeTranslation()
1019 Handle<mirror::ObjectArray<mirror::Class>> in DoVarHandleInvokeTranslation()
1021 Handle<mirror::ObjectArray<mirror::Class>> in DoVarHandleInvokeTranslation()
1040 Handle<mirror::VarHandle> vh(hs.NewHandle(ObjPtr<mirror::VarHandle>::DownCast(receiver))); in DoVarHandleInvokeTranslation()
1048 Handle<mirror::MethodType> vh_type = in DoVarHandleInvokeTranslation()
1050 Handle<mirror::MethodType> mh_invoke_type = hs.NewHandle( in DoVarHandleInvokeTranslation()
1065 Handle<mirror::MethodType> callsite_type_without_varhandle = in DoVarHandleInvokeTranslation()
1082 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeInternal()
1083 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeInternal()
1124 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeExactInternal()
1125 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeExactInternal()
1130 Handle<mirror::MethodType> method_handle_type(hs.NewHandle(method_handle->GetMethodType())); in MethodHandleInvokeExactInternal()
1229 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvoke()
1230 Handle<mirror::MethodType> callsite_type, in MethodHandleInvoke()
1254 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeExact()
1255 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeExact()