Searched refs:jni_conv (Results 1 – 1 of 1) sorted by relevance
46 JniCallingConvention* jni_conv,49 JniCallingConvention* jni_conv,448 JniCallingConvention* jni_conv, in CopyParameter() argument451 bool output_in_reg = jni_conv->IsCurrentParamInRegister(); in CopyParameter()454 bool ref_param = jni_conv->IsCurrentParamAReference(); in CopyParameter()459 CHECK(!jni_conv->IsCurrentParamOnStack()); in CopyParameter()461 CHECK(jni_conv->IsCurrentParamOnStack()); in CopyParameter()469 handle_scope_offset = jni_conv->CurrentParamHandleScopeEntryOffset(); in CopyParameter()475 ManagedRegister out_reg = jni_conv->CurrentParamRegister(); in CopyParameter()487 FrameOffset out_off = jni_conv->CurrentParamStackOffset(); in CopyParameter()[all …]