Searched refs:IsCurrentParamAReference (Results 1 – 4 of 4) sorted by relevance
95 if (IsCurrentParamAReference()) { in Next()115 bool ManagedRuntimeCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::ManagedRuntimeCallingConvention215 if (IsCurrentParamAReference()) { in Next()224 bool JniCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::JniCallingConvention291 CHECK(IsCurrentParamAReference()); in CurrentParamHandleScopeEntryOffset()
254 bool IsCurrentParamAReference();334 bool IsCurrentParamAReference();
275 bool ref_param = main_jni_conv->IsCurrentParamAReference(); in ArtJniCompileMethodInternal()276 CHECK(!ref_param || mr_conv->IsCurrentParamAReference()); in ArtJniCompileMethodInternal()701 bool ref_param = jni_conv->IsCurrentParamAReference(); in CopyParameter()702 CHECK(!ref_param || mr_conv->IsCurrentParamAReference()); in CopyParameter()
337 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()