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

  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 199 if (!IsCurrentParamADouble()) {
206 if (!IsCurrentParamADouble()) {
313 if (IsCurrentParamADouble()) {
  /art/compiler/jni/quick/
calling_convention.cc 139 bool ManagedRuntimeCallingConvention::IsCurrentParamADouble() {
248 if (IsCurrentParamALong() || IsCurrentParamADouble()) {
300 bool JniCallingConvention::IsCurrentParamADouble() {
calling_convention.h 248 bool IsCurrentParamADouble();
328 bool IsCurrentParamADouble();
331 return IsCurrentParamALong() || IsCurrentParamADouble();
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 147 if (IsCurrentParamADouble()) {
419 if (IsCurrentParamADouble()) {
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 137 entry_spills_.push_back(reg, IsCurrentParamADouble() ? 8 : 4);
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 222 if (IsCurrentParamADouble()) { // Double.

Completed in 523 milliseconds