Searched refs:IsCurrentParamAReference (Results 1 – 4 of 4) sorted by relevance
96 if (IsCurrentParamAReference()) { in Next()116 bool ManagedRuntimeCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::ManagedRuntimeCallingConvention207 if (IsCurrentParamAReference()) { in Next()216 bool JniCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::JniCallingConvention
250 bool IsCurrentParamAReference();332 bool IsCurrentParamAReference();
678 bool ref_param = jni_conv->IsCurrentParamAReference(); in CopyParameter()679 CHECK(!ref_param || mr_conv->IsCurrentParamAReference()); in CopyParameter()
342 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()