Searched refs:IsCurrentParamAReference (Results 1 – 4 of 4) sorted by relevance
110 if (IsCurrentParamAReference()) { in Next()130 bool ManagedRuntimeCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::ManagedRuntimeCallingConvention221 if (IsCurrentParamAReference()) { in Next()230 bool JniCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::JniCallingConvention
260 bool IsCurrentParamAReference();345 bool IsCurrentParamAReference();
205 if (mr_conv->IsCurrentParamInRegister() && mr_conv->IsCurrentParamAReference()) { in ArtJniCompileMethodInternal()378 bool is_reference = mr_conv->IsCurrentParamAReference(); in ArtJniCompileMethodInternal()
359 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()