Home
last modified time | relevance | path

Searched refs:IsCurrentParamAReference (Results 1 – 4 of 4) sorted by relevance

/art/compiler/jni/quick/
Dcalling_convention.cc95 if (IsCurrentParamAReference()) { in Next()
115 bool ManagedRuntimeCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::ManagedRuntimeCallingConvention
215 if (IsCurrentParamAReference()) { in Next()
224 bool JniCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::JniCallingConvention
291 CHECK(IsCurrentParamAReference()); in CurrentParamHandleScopeEntryOffset()
Dcalling_convention.h254 bool IsCurrentParamAReference();
334 bool IsCurrentParamAReference();
Djni_compiler.cc275 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()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc337 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()