Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc115 if (IsCurrentParamAReference()) { in Next()
135 bool ManagedRuntimeCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::ManagedRuntimeCallingConvention
247 if (IsCurrentParamAReference()) { in Next()
256 bool JniCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::JniCallingConvention
323 CHECK(IsCurrentParamAReference()); in CurrentParamHandleScopeEntryOffset()
Dcalling_convention.h248 bool IsCurrentParamAReference();
328 bool IsCurrentParamAReference();
Djni_compiler.cc267 bool ref_param = main_jni_conv->IsCurrentParamAReference(); in ArtJniCompileMethodInternal()
268 CHECK(!ref_param || mr_conv->IsCurrentParamAReference()); in ArtJniCompileMethodInternal()
672 bool ref_param = jni_conv->IsCurrentParamAReference(); in CopyParameter()
673 CHECK(!ref_param || mr_conv->IsCurrentParamAReference()); in CopyParameter()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc225 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
232 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
332 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc144 (IsCurrentParamALong() && (!IsCurrentParamAReference())) ? 8 : 4); in EntrySpills()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc165 if (IsCurrentParamALong() && !IsCurrentParamAReference()) { in EntrySpills()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc223 if (IsCurrentParamALong() && !IsCurrentParamAReference()) { // Long. in EntrySpills()