Lines Matching refs:Get

102     value->Set ## shorthand(primitive_field->Get ## abbrev(o)); \  in GetUnboxedTypeAndValue()
224 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
239 ThrowClassCastException(h_to.Get(), h_obj->GetClass()); in ConvertJValueCommon()
242 value->SetL(h_obj.Get()); in ConvertJValueCommon()
256 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
262 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
267 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
291 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
302 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertJValueCommon()
349 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get()); in ConvertAndCopyArgumentsFromCallerFrame()
464 if (callsite_type->IsExactMatch(target_type.Get())) { in MethodHandleInvokeMethod()
494 if (!callsite_type->IsConvertible(target_type.Get())) { in MethodHandleInvokeMethod()
495 ThrowWrongMethodTypeException(target_type.Get(), callsite_type.Get()); in MethodHandleInvokeMethod()
607 new_shadow_frame->SetVRegReference(0, receiver.Get()); in MethodHandleInvokeTransform()
608 new_shadow_frame->SetVRegReference(1, sf.Get()); in MethodHandleInvokeTransform()
690 ObjPtr<mirror::Class> referrer_class = handle_type->GetPTypes()->Get(0); in RefineTargetMethod()
943 callsite_type->GetPTypes()->Get(kPTypeIndex)->GetPrimitiveType(), in MethodHandleFieldAccess()
967 callsite_type->GetPTypes()->Get(kPTypeIndex)->GetPrimitiveType(), in MethodHandleFieldAccess()
1026 ThrowWrongMethodTypeException(method_handle->GetMethodType(), callsite_type.Get()); in DoVarHandleInvokeTranslation()
1042 !mh_ptypes->Get(0)->IsAssignableFrom(callsite_ptypes->Get(0)) || in DoVarHandleInvokeTranslation()
1043 mh_ptypes->Get(0) != GetClassRoot<mirror::VarHandle>()) { in DoVarHandleInvokeTranslation()
1044 ThrowWrongMethodTypeException(method_handle->GetMethodType(), callsite_type.Get()); in DoVarHandleInvokeTranslation()
1069 if (!mh_invoke_type->IsExactMatch(vh_type.Get())) { in DoVarHandleInvokeTranslation()
1070 ThrowWrongMethodTypeException(vh_type.Get(), mh_invoke_type.Get()); in DoVarHandleInvokeTranslation()
1075 if (!mh_invoke_type->IsConvertible(vh_type.Get())) { in DoVarHandleInvokeTranslation()
1076 ThrowWrongMethodTypeException(vh_type.Get(), mh_invoke_type.Get()); in DoVarHandleInvokeTranslation()
1082 hs.NewHandle(mirror::MethodType::CloneWithoutLeadingParameter(self, callsite_type.Get())); in DoVarHandleInvokeTranslation()
1108 ThrowWrongMethodTypeException(handle_type.Ptr(), callsite_type.Get()); in MethodHandleInvokeInternal()
1147 if (!callsite_type->IsExactMatch(method_handle_type.Get())) { in MethodHandleInvokeExactInternal()
1148 ThrowWrongMethodTypeException(method_handle_type.Get(), callsite_type.Get()); in MethodHandleInvokeExactInternal()
1282 ThrowWrongMethodTypeException(nominal_type.Ptr(), callsite_type.Get()); in MethodHandleInvokeExact()