Searched refs:IsParamALongOrDouble (Results 1 - 6 of 6) sorted by relevance

/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc216 if (IsParamALongOrDouble(cur_arg)) {
279 IsParamALongOrDouble(arg_pos)) {
301 if ((itr_args_ >= 2) && IsParamALongOrDouble(arg_pos)) {
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc154 if (IsParamALongOrDouble(cur_arg)) {
206 IsParamALongOrDouble(arg_pos)) {
228 if ((itr_args_ >= 2) && IsParamALongOrDouble(arg_pos)) {
/art/compiler/jni/quick/
H A Dcalling_convention.cc104 IsParamALongOrDouble(itr_args_)) {
219 if (IsParamALongOrDouble(arg_pos)) {
H A Dcalling_convention.h112 bool IsParamALongOrDouble(unsigned int param) const { function in class:art::CallingConvention
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc112 int32_t size = IsParamALongOrDouble(itr_args_)? 8 : 4;
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc413 bool IsParamALongOrDouble() const { function in class:art::QuickArgumentVisitor

Completed in 748 milliseconds