Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc113 if (IsCurrentParamAReference()) { in Next()
133 bool ManagedRuntimeCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::ManagedRuntimeCallingConvention
245 if (IsCurrentParamAReference()) { in Next()
254 bool JniCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::JniCallingConvention
321 CHECK(IsCurrentParamAReference()); in CurrentParamHandleScopeEntryOffset()
Dcalling_convention.h246 bool IsCurrentParamAReference();
326 bool IsCurrentParamAReference();
Djni_compiler.cc273 bool ref_param = main_jni_conv->IsCurrentParamAReference(); in ArtJniCompileMethodInternal()
274 CHECK(!ref_param || mr_conv->IsCurrentParamAReference()); in ArtJniCompileMethodInternal()
678 bool ref_param = jni_conv->IsCurrentParamAReference(); in CopyParameter()
679 CHECK(!ref_param || mr_conv->IsCurrentParamAReference()); in CopyParameter()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc224 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
231 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
331 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc143 (IsCurrentParamALong() && (!IsCurrentParamAReference())) ? 8 : 4); in EntrySpills()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc164 if (IsCurrentParamALong() && !IsCurrentParamAReference()) { in EntrySpills()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc222 if (IsCurrentParamALong() && !IsCurrentParamAReference()) { // Long. in EntrySpills()