d$1 static method

int d$1(
  1. JString? string,
  2. JString? string1,
  3. JObject? throwable
)

from: static public int d(java.lang.String string, java.lang.String string1, java.lang.Throwable throwable)

Implementation

static int d$1(
  jni$_.JString? string,
  jni$_.JString? string1,
  jni$_.JObject? throwable,
) {
  final _$string = string?.reference ?? jni$_.jNullReference;
  final _$string1 = string1?.reference ?? jni$_.jNullReference;
  final _$throwable = throwable?.reference ?? jni$_.jNullReference;
  return _d$1(_class.reference.pointer, _id_d$1 as jni$_.JMethodIDPtr,
          _$string.pointer, _$string1.pointer, _$throwable.pointer)
      .integer;
}