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

  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 214 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) {
221 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) {
321 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) {
  /art/compiler/jni/quick/
calling_convention.cc 143 bool ManagedRuntimeCallingConvention::IsCurrentParamALong() {
248 if (IsCurrentParamALong() || IsCurrentParamADouble()) {
314 bool JniCallingConvention::IsCurrentParamALong() {
calling_convention.h 249 bool IsCurrentParamALong();
329 bool IsCurrentParamALong();
331 return IsCurrentParamALong() || IsCurrentParamADouble();
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 120 if (IsCurrentParamALong()) {
136 DCHECK(IsCurrentParamALong());
157 bool is_long = IsCurrentParamALong();
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 142 (IsCurrentParamALong() && (!IsCurrentParamAReference())) ? 8 : 4);
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 163 if (IsCurrentParamALong() && !IsCurrentParamAReference()) {
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 245 if (IsCurrentParamALong() && !IsCurrentParamAReference()) { // Long.

Completed in 470 milliseconds