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

  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 388 if (IsCurrentParamALongOrDouble() && ((itr_slots_ & 0x1u) != 0)) {
428 if (IsCurrentParamALongOrDouble()) {
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 310 // TODO: Maybe should just use IsCurrentParamALongOrDouble instead to be cleaner?
430 if (IsCurrentParamALongOrDouble() && ((itr_slots_ & 0x1u) != 0)) {
447 if (IsCurrentParamALongOrDouble()) {
  /art/compiler/jni/quick/
calling_convention.h 330 bool IsCurrentParamALongOrDouble() {

Completed in 52 milliseconds