Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc65 if (IsCurrentParamAReference()) { in Next()
85 bool ManagedRuntimeCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::ManagedRuntimeCallingConvention
159 if (IsCurrentParamAReference()) { in Next()
166 bool JniCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::JniCallingConvention
225 CHECK(IsCurrentParamAReference()); in CurrentParamHandleScopeEntryOffset()
Dcalling_convention.h234 bool IsCurrentParamAReference();
307 bool IsCurrentParamAReference();
Djni_compiler.cc143 bool ref_param = main_jni_conv->IsCurrentParamAReference(); in ArtJniCompileMethodInternal()
144 CHECK(!ref_param || mr_conv->IsCurrentParamAReference()); in ArtJniCompileMethodInternal()
454 bool ref_param = jni_conv->IsCurrentParamAReference(); in CopyParameter()
455 CHECK(!ref_param || mr_conv->IsCurrentParamAReference()); in CopyParameter()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc131 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
138 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
234 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()