Searched refs:IsCurrentParamInRegister (Results 1 – 12 of 12) sorted by relevance
38 bool IsCurrentParamInRegister() override;65 bool IsCurrentParamInRegister() override;
135 bool X86_64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86_64::X86_64ManagedRuntimeCallingConvention145 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()149 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()261 bool X86_64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86_64::X86_64JniCallingConvention
175 bool Arm64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm64::Arm64ManagedRuntimeCallingConvention185 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()189 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()316 bool Arm64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm64::Arm64JniCallingConvention327 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()331 CHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
41 bool IsCurrentParamInRegister() override;70 bool IsCurrentParamInRegister() override;
131 bool X86ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86::X86ManagedRuntimeCallingConvention142 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()146 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()280 bool X86JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86::X86JniCallingConvention
43 bool IsCurrentParamInRegister() override;74 bool IsCurrentParamInRegister() override;
239 bool ArmManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm::ArmManagedRuntimeCallingConvention257 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()261 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()490 bool ArmJniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm::ArmJniCallingConvention495 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
237 if (mr_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()314 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()345 src_args.push_back(mr_conv->IsCurrentParamInRegister() in ArtJniCompileMethodInternal()348 dest_args.push_back(main_jni_conv->IsCurrentParamInRegister() in ArtJniCompileMethodInternal()418 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()558 if (end_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()628 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()675 bool output_in_reg = jni_conv->IsCurrentParamInRegister(); in CopyParameter()
260 virtual bool IsCurrentParamInRegister() = 0;341 virtual bool IsCurrentParamInRegister() = 0;
89 if (mr_conv->IsCurrentParamInRegister()) { in TestImplSized()
127 if (mr_conv->IsCurrentParamInRegister()) { in TEST_F()