Home
last modified time | relevance | path

Searched refs:NumLongOrDoubleArgs (Results 1 – 5 of 5) sorted by relevance

/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc93 size_t num_spills = NumArgs() + NumLongOrDoubleArgs(); in EntrySpills()
211 size_t param_args = NumArgs() + NumLongOrDoubleArgs(); in NumberOfOutgoingStackArgs()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc131 size_t num_spills = NumArgs() + NumLongOrDoubleArgs(); in EntrySpills()
320 size_t param_args = NumArgs() + NumLongOrDoubleArgs(); in NumberOfOutgoingStackArgs()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc215 size_t param_args = NumArgs() + NumLongOrDoubleArgs(); in NumberOfOutgoingStackArgs()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc201 size_t param_args = NumArgs() + NumLongOrDoubleArgs(); in NumberOfOutgoingStackArgs()
/art/compiler/jni/quick/
Dcalling_convention.h160 size_t NumLongOrDoubleArgs() const { in NumLongOrDoubleArgs() function