Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc67 if (IsCurrentParamAReference()) { in Next()
87 bool ManagedRuntimeCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::ManagedRuntimeCallingConvention
163 if (IsCurrentParamAReference()) { in Next()
170 bool JniCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference() function in art::JniCallingConvention
229 CHECK(IsCurrentParamAReference()); in CurrentParamHandleScopeEntryOffset()
Dcalling_convention.h234 bool IsCurrentParamAReference();
307 bool IsCurrentParamAReference();
Djni_compiler.cc151 bool ref_param = main_jni_conv->IsCurrentParamAReference(); in ArtJniCompileMethodInternal()
152 CHECK(!ref_param || mr_conv->IsCurrentParamAReference()); in ArtJniCompileMethodInternal()
506 bool ref_param = jni_conv->IsCurrentParamAReference(); in CopyParameter()
507 CHECK(!ref_param || mr_conv->IsCurrentParamAReference()); in CopyParameter()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc136 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
143 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
245 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc112 (IsCurrentParamALong() && (!IsCurrentParamAReference())) ? 8 : 4); in EntrySpills()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc174 if (IsCurrentParamALong() && !IsCurrentParamAReference()) { // Long. in EntrySpills()