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

  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 101 bool Mips64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
212 bool Mips64JniCallingConvention::IsCurrentParamInRegister() {
217 return !IsCurrentParamInRegister();
221 CHECK(IsCurrentParamInRegister());
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 175 bool ArmManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
437 bool ArmJniCallingConvention::IsCurrentParamInRegister() {
442 return !IsCurrentParamInRegister();
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 164 bool Arm64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
295 bool Arm64JniCallingConvention::IsCurrentParamInRegister() {
306 return !IsCurrentParamInRegister();
310 CHECK(IsCurrentParamInRegister());
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 116 bool MipsManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
395 bool MipsJniCallingConvention::IsCurrentParamInRegister() {
411 return !IsCurrentParamInRegister();
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 99 bool X86ManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
249 bool X86JniCallingConvention::IsCurrentParamInRegister() {
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 122 bool X86_64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
230 bool X86_64JniCallingConvention::IsCurrentParamInRegister() {

Completed in 171 milliseconds