Home
last modified time | relevance | path

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

/aosp12/art/compiler/jni/quick/
H A Dcalling_convention.h171 size_t NumLongOrDoubleArgs() const { in NumLongOrDoubleArgs() function
/aosp12/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.cc237 NumLongOrDoubleArgs()); in OutFrameSize()
/aosp12/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc434 size_t all_args = NumberOfExtraArgumentsForJni() + NumArgs() + NumLongOrDoubleArgs(); in OutFrameSize()