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

  /art/compiler/jni/quick/arm/
calling_convention_arm.h 37 bool IsCurrentParamInRegister() OVERRIDE;
67 bool IsCurrentParamInRegister() OVERRIDE;
calling_convention_arm.cc 104 bool ArmManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
287 bool ArmJniCallingConvention::IsCurrentParamInRegister() {
292 return !IsCurrentParamInRegister();
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 37 bool IsCurrentParamInRegister() OVERRIDE;
66 bool IsCurrentParamInRegister() OVERRIDE;
calling_convention_arm64.cc 86 bool Arm64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
221 bool Arm64JniCallingConvention::IsCurrentParamInRegister() {
230 return !IsCurrentParamInRegister();
234 CHECK(IsCurrentParamInRegister());
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 37 bool IsCurrentParamInRegister() OVERRIDE;
69 bool IsCurrentParamInRegister() OVERRIDE;
calling_convention_mips.cc 67 bool MipsManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
178 bool MipsJniCallingConvention::IsCurrentParamInRegister() {
183 return !IsCurrentParamInRegister();
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.h 37 bool IsCurrentParamInRegister() OVERRIDE;
68 bool IsCurrentParamInRegister() OVERRIDE;
calling_convention_mips64.cc 71 bool Mips64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
164 bool Mips64JniCallingConvention::IsCurrentParamInRegister() {
169 return !IsCurrentParamInRegister();
173 CHECK(IsCurrentParamInRegister());
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 39 bool IsCurrentParamInRegister() OVERRIDE;
71 bool IsCurrentParamInRegister() OVERRIDE;
calling_convention_x86.cc 74 bool X86ManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
195 bool X86JniCallingConvention::IsCurrentParamInRegister() {
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 38 bool IsCurrentParamInRegister() OVERRIDE;
65 bool IsCurrentParamInRegister() OVERRIDE;
calling_convention_x86_64.cc 72 bool X86_64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() {
164 bool X86_64JniCallingConvention::IsCurrentParamInRegister() {
  /art/compiler/jni/quick/
jni_compiler.cc 162 bool input_in_reg = mr_conv->IsCurrentParamInRegister();
215 if (main_jni_conv->IsCurrentParamInRegister()) {
262 if (main_jni_conv->IsCurrentParamInRegister()) {
337 if (main_jni_conv->IsCurrentParamInRegister()) {
440 if (end_jni_conv->IsCurrentParamInRegister()) {
502 bool input_in_reg = mr_conv->IsCurrentParamInRegister();
503 bool output_in_reg = jni_conv->IsCurrentParamInRegister();
calling_convention.h 241 virtual bool IsCurrentParamInRegister() = 0;
313 virtual bool IsCurrentParamInRegister() = 0;

Completed in 97 milliseconds