Home
last modified time | relevance | path

Searched defs:NumberOfOutgoingStackArgs (Results 1 – 6 of 6) sorted by relevance

/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc237 size_t Mips64JniCallingConvention::NumberOfOutgoingStackArgs() { in NumberOfOutgoingStackArgs() function in art::mips64::Mips64JniCallingConvention
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc328 size_t Arm64JniCallingConvention::NumberOfOutgoingStackArgs() { in NumberOfOutgoingStackArgs() function in art::arm64::Arm64JniCallingConvention
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc266 size_t X86JniCallingConvention::NumberOfOutgoingStackArgs() { in NumberOfOutgoingStackArgs() function in art::x86::X86JniCallingConvention
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc447 size_t MipsJniCallingConvention::NumberOfOutgoingStackArgs() { in NumberOfOutgoingStackArgs() function in art::mips::MipsJniCallingConvention
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc275 size_t X86_64JniCallingConvention::NumberOfOutgoingStackArgs() { in NumberOfOutgoingStackArgs() function in art::x86_64::X86_64JniCallingConvention
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc477 size_t ArmJniCallingConvention::NumberOfOutgoingStackArgs() { in NumberOfOutgoingStackArgs() function in art::arm::ArmJniCallingConvention