HomeSort by relevance Sort by last modified time
    Searched defs:IsCurrentParamInRegister (Results 1 - 5 of 5) sorted by null

  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 74 bool X86ManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
139 bool X86JniCallingConvention::IsCurrentParamInRegister() {
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 66 bool ArmManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
174 bool ArmJniCallingConvention::IsCurrentParamInRegister() {
179 return !IsCurrentParamInRegister();
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 81 bool Arm64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
210 bool Arm64JniCallingConvention::IsCurrentParamInRegister() {
219 return !IsCurrentParamInRegister();
223 CHECK(IsCurrentParamInRegister());
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 66 bool MipsManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
177 bool MipsJniCallingConvention::IsCurrentParamInRegister() {
182 return !IsCurrentParamInRegister();
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 70 bool X86_64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
162 bool X86_64JniCallingConvention::IsCurrentParamInRegister() {

Completed in 376 milliseconds