800 lines
17 KiB
Smali
800 lines
17 KiB
Smali
.class public Lcom/moji/statistics/FunctionStat;
|
|
.super Ljava/lang/Object;
|
|
.source "FunctionStat.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/moji/statistics/FunctionStat$SingleHolder;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private a:Z
|
|
|
|
.field private b:Z
|
|
|
|
.field private c:J
|
|
|
|
.field private d:Z
|
|
|
|
.field private e:J
|
|
|
|
.field private f:J
|
|
|
|
.field private g:Z
|
|
|
|
.field private h:Z
|
|
|
|
.field private i:Z
|
|
|
|
.field private j:J
|
|
|
|
.field private k:Z
|
|
|
|
.field private l:J
|
|
|
|
.field private m:Z
|
|
|
|
.field private n:J
|
|
|
|
.field private o:Z
|
|
|
|
.field private p:J
|
|
|
|
.field private q:Z
|
|
|
|
.field private r:J
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 3
|
|
|
|
.line 12
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const/4 v0, 0x1
|
|
|
|
.line 15
|
|
iput-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->a:Z
|
|
|
|
.line 52
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v1
|
|
|
|
iput-wide v1, p0, Lcom/moji/statistics/FunctionStat;->c:J
|
|
|
|
.line 70
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v1
|
|
|
|
iput-wide v1, p0, Lcom/moji/statistics/FunctionStat;->e:J
|
|
|
|
.line 87
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v1
|
|
|
|
iput-wide v1, p0, Lcom/moji/statistics/FunctionStat;->f:J
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 88
|
|
iput-boolean v1, p0, Lcom/moji/statistics/FunctionStat;->g:Z
|
|
|
|
.line 89
|
|
iput-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->h:Z
|
|
|
|
.line 121
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->j:J
|
|
|
|
.line 140
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->l:J
|
|
|
|
.line 158
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->n:J
|
|
|
|
.line 176
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->p:J
|
|
|
|
.line 194
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->r:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a()Lcom/moji/statistics/FunctionStat;
|
|
.locals 1
|
|
|
|
.line 221
|
|
invoke-static {}, Lcom/moji/statistics/FunctionStat$SingleHolder;->a()Lcom/moji/statistics/FunctionStat;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method private a(Ljava/lang/String;J)V
|
|
.locals 3
|
|
|
|
.line 211
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
sub-long/2addr v0, p2
|
|
|
|
const-string p2, "FunctionStat"
|
|
|
|
.line 212
|
|
new-instance p3, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {p3}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v2, "function_time"
|
|
|
|
invoke-virtual {p3, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p3, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
const-string v2, ": "
|
|
|
|
invoke-virtual {p3, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p3, v0, v1}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p3
|
|
|
|
invoke-static {p2, p3}, Lcom/moji/tool/log/MJLogger;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
.line 213
|
|
invoke-static {}, Lcom/moji/statistics/EventManager;->a()Lcom/moji/statistics/EventManager;
|
|
|
|
move-result-object p2
|
|
|
|
sget-object p3, Lcom/moji/statistics/EVENT_TAG;->FUNCTION_TIME:Lcom/moji/statistics/EVENT_TAG;
|
|
|
|
invoke-virtual {p2, p3, p1, v0, v1}, Lcom/moji/statistics/EventManager;->a(Lcom/moji/statistics/EVENT_TAG;Ljava/lang/String;J)Lcom/moji/statistics/EventManager;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private b()V
|
|
.locals 2
|
|
|
|
.line 55
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->c:J
|
|
|
|
const-string v0, "FunctionStat"
|
|
|
|
const-string v1, "function_time2 222222222222222"
|
|
|
|
.line 56
|
|
invoke-static {v0, v1}, Lcom/moji/tool/log/MJLogger;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private c()V
|
|
.locals 2
|
|
|
|
.line 73
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->e:J
|
|
|
|
const-string v0, "FunctionStat"
|
|
|
|
const-string v1, "function_time4 222222222222222"
|
|
|
|
.line 74
|
|
invoke-static {v0, v1}, Lcom/moji/tool/log/MJLogger;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private d()V
|
|
.locals 2
|
|
|
|
.line 92
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->f:J
|
|
|
|
const-string v0, "FunctionStat"
|
|
|
|
const-string v1, "function_time1 222222222222222"
|
|
|
|
.line 93
|
|
invoke-static {v0, v1}, Lcom/moji/tool/log/MJLogger;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private e()V
|
|
.locals 2
|
|
|
|
.line 124
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->j:J
|
|
|
|
const-string v0, "FunctionStat"
|
|
|
|
const-string v1, "function_time3 222222222222222"
|
|
|
|
.line 125
|
|
invoke-static {v0, v1}, Lcom/moji/tool/log/MJLogger;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private f()V
|
|
.locals 2
|
|
|
|
.line 143
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->l:J
|
|
|
|
const-string v0, "FunctionStat"
|
|
|
|
const-string v1, "function_time5 222222222222222"
|
|
|
|
.line 144
|
|
invoke-static {v0, v1}, Lcom/moji/tool/log/MJLogger;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private g()V
|
|
.locals 2
|
|
|
|
.line 161
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->n:J
|
|
|
|
const-string v0, "FunctionStat"
|
|
|
|
const-string v1, "function_time6 222222222222222"
|
|
|
|
.line 162
|
|
invoke-static {v0, v1}, Lcom/moji/tool/log/MJLogger;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private h()V
|
|
.locals 2
|
|
|
|
.line 179
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->p:J
|
|
|
|
const-string v0, "FunctionStat"
|
|
|
|
const-string v1, "function_time9 222222222222222"
|
|
|
|
.line 180
|
|
invoke-static {v0, v1}, Lcom/moji/tool/log/MJLogger;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private i()V
|
|
.locals 2
|
|
|
|
.line 197
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/moji/statistics/FunctionStat;->r:J
|
|
|
|
const-string v0, "FunctionStat"
|
|
|
|
const-string v1, "function_time8 222222222222222"
|
|
|
|
.line 198
|
|
invoke-static {v0, v1}, Lcom/moji/tool/log/MJLogger;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(Z)V
|
|
.locals 3
|
|
|
|
const-string v0, "FunctionStat"
|
|
|
|
.line 18
|
|
new-instance v1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v2, "setForeground: "
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Z)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-static {v0, v1}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;)I
|
|
|
|
.line 20
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->a:Z
|
|
|
|
if-nez v0, :cond_6
|
|
|
|
if-eqz p1, :cond_6
|
|
|
|
.line 21
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->b:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 22
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->b()V
|
|
|
|
.line 25
|
|
:cond_0
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->i:Z
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 26
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->e()V
|
|
|
|
.line 29
|
|
:cond_1
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->d:Z
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 30
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->c()V
|
|
|
|
.line 33
|
|
:cond_2
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->k:Z
|
|
|
|
if-eqz v0, :cond_3
|
|
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->f()V
|
|
|
|
.line 34
|
|
:cond_3
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->m:Z
|
|
|
|
if-eqz v0, :cond_4
|
|
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->g()V
|
|
|
|
.line 35
|
|
:cond_4
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->o:Z
|
|
|
|
if-eqz v0, :cond_5
|
|
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->h()V
|
|
|
|
.line 36
|
|
:cond_5
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->q:Z
|
|
|
|
if-eqz v0, :cond_d
|
|
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->i()V
|
|
|
|
goto :goto_0
|
|
|
|
.line 37
|
|
:cond_6
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->a:Z
|
|
|
|
if-eqz v0, :cond_d
|
|
|
|
if-nez p1, :cond_d
|
|
|
|
.line 38
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->b:Z
|
|
|
|
if-eqz v0, :cond_7
|
|
|
|
const-string v0, "2"
|
|
|
|
iget-wide v1, p0, Lcom/moji/statistics/FunctionStat;->c:J
|
|
|
|
invoke-direct {p0, v0, v1, v2}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
.line 40
|
|
:cond_7
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->i:Z
|
|
|
|
if-eqz v0, :cond_8
|
|
|
|
const-string v0, "3"
|
|
|
|
iget-wide v1, p0, Lcom/moji/statistics/FunctionStat;->j:J
|
|
|
|
invoke-direct {p0, v0, v1, v2}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
.line 41
|
|
:cond_8
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->d:Z
|
|
|
|
if-eqz v0, :cond_9
|
|
|
|
const-string v0, "4"
|
|
|
|
iget-wide v1, p0, Lcom/moji/statistics/FunctionStat;->e:J
|
|
|
|
invoke-direct {p0, v0, v1, v2}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
.line 42
|
|
:cond_9
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->k:Z
|
|
|
|
if-eqz v0, :cond_a
|
|
|
|
const-string v0, "5"
|
|
|
|
iget-wide v1, p0, Lcom/moji/statistics/FunctionStat;->l:J
|
|
|
|
invoke-direct {p0, v0, v1, v2}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
.line 43
|
|
:cond_a
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->m:Z
|
|
|
|
if-eqz v0, :cond_b
|
|
|
|
const-string v0, "6"
|
|
|
|
iget-wide v1, p0, Lcom/moji/statistics/FunctionStat;->n:J
|
|
|
|
invoke-direct {p0, v0, v1, v2}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
.line 44
|
|
:cond_b
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->o:Z
|
|
|
|
if-eqz v0, :cond_c
|
|
|
|
const-string v0, "9"
|
|
|
|
iget-wide v1, p0, Lcom/moji/statistics/FunctionStat;->p:J
|
|
|
|
invoke-direct {p0, v0, v1, v2}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
.line 45
|
|
:cond_c
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->q:Z
|
|
|
|
if-eqz v0, :cond_d
|
|
|
|
const-string v0, "8"
|
|
|
|
iget-wide v1, p0, Lcom/moji/statistics/FunctionStat;->r:J
|
|
|
|
invoke-direct {p0, v0, v1, v2}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
.line 47
|
|
:cond_d
|
|
:goto_0
|
|
iput-boolean p1, p0, Lcom/moji/statistics/FunctionStat;->a:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public b(Z)V
|
|
.locals 2
|
|
|
|
.line 60
|
|
iput-boolean p1, p0, Lcom/moji/statistics/FunctionStat;->b:Z
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const-string p1, "2"
|
|
|
|
.line 62
|
|
iget-wide v0, p0, Lcom/moji/statistics/FunctionStat;->c:J
|
|
|
|
invoke-direct {p0, p1, v0, v1}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 64
|
|
:cond_0
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->b()V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public c(Z)V
|
|
.locals 2
|
|
|
|
.line 78
|
|
iput-boolean p1, p0, Lcom/moji/statistics/FunctionStat;->d:Z
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const-string p1, "4"
|
|
|
|
.line 80
|
|
iget-wide v0, p0, Lcom/moji/statistics/FunctionStat;->e:J
|
|
|
|
invoke-direct {p0, p1, v0, v1}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 82
|
|
:cond_0
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->c()V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public d(Z)V
|
|
.locals 3
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 97
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->h:Z
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 98
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->d()V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
if-nez p1, :cond_1
|
|
|
|
.line 99
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->h:Z
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
const-string v0, "1"
|
|
|
|
.line 100
|
|
iget-wide v1, p0, Lcom/moji/statistics/FunctionStat;->f:J
|
|
|
|
invoke-direct {p0, v0, v1, v2}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
.line 102
|
|
:cond_1
|
|
:goto_0
|
|
iput-boolean p1, p0, Lcom/moji/statistics/FunctionStat;->h:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public e(Z)V
|
|
.locals 3
|
|
|
|
.line 106
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->h:Z
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 107
|
|
iput-boolean p1, p0, Lcom/moji/statistics/FunctionStat;->g:Z
|
|
|
|
return-void
|
|
|
|
:cond_0
|
|
if-eqz p1, :cond_1
|
|
|
|
.line 110
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->g:Z
|
|
|
|
if-nez v0, :cond_1
|
|
|
|
.line 111
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->d()V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
if-nez p1, :cond_2
|
|
|
|
.line 112
|
|
iget-boolean v0, p0, Lcom/moji/statistics/FunctionStat;->g:Z
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
const-string v0, "1"
|
|
|
|
.line 113
|
|
iget-wide v1, p0, Lcom/moji/statistics/FunctionStat;->f:J
|
|
|
|
invoke-direct {p0, v0, v1, v2}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
.line 115
|
|
:cond_2
|
|
:goto_0
|
|
iput-boolean p1, p0, Lcom/moji/statistics/FunctionStat;->g:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public f(Z)V
|
|
.locals 2
|
|
|
|
.line 129
|
|
iput-boolean p1, p0, Lcom/moji/statistics/FunctionStat;->i:Z
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const-string p1, "3"
|
|
|
|
.line 131
|
|
iget-wide v0, p0, Lcom/moji/statistics/FunctionStat;->j:J
|
|
|
|
invoke-direct {p0, p1, v0, v1}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 133
|
|
:cond_0
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->e()V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public g(Z)V
|
|
.locals 2
|
|
|
|
.line 148
|
|
iput-boolean p1, p0, Lcom/moji/statistics/FunctionStat;->k:Z
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const-string p1, "5"
|
|
|
|
.line 150
|
|
iget-wide v0, p0, Lcom/moji/statistics/FunctionStat;->l:J
|
|
|
|
invoke-direct {p0, p1, v0, v1}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 152
|
|
:cond_0
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->f()V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public h(Z)V
|
|
.locals 2
|
|
|
|
.line 166
|
|
iput-boolean p1, p0, Lcom/moji/statistics/FunctionStat;->m:Z
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const-string p1, "6"
|
|
|
|
.line 168
|
|
iget-wide v0, p0, Lcom/moji/statistics/FunctionStat;->n:J
|
|
|
|
invoke-direct {p0, p1, v0, v1}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 170
|
|
:cond_0
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->g()V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public i(Z)V
|
|
.locals 2
|
|
|
|
.line 184
|
|
iput-boolean p1, p0, Lcom/moji/statistics/FunctionStat;->o:Z
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const-string p1, "9"
|
|
|
|
.line 186
|
|
iget-wide v0, p0, Lcom/moji/statistics/FunctionStat;->p:J
|
|
|
|
invoke-direct {p0, p1, v0, v1}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 188
|
|
:cond_0
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->h()V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public j(Z)V
|
|
.locals 2
|
|
|
|
.line 202
|
|
iput-boolean p1, p0, Lcom/moji/statistics/FunctionStat;->q:Z
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const-string p1, "8"
|
|
|
|
.line 204
|
|
iget-wide v0, p0, Lcom/moji/statistics/FunctionStat;->r:J
|
|
|
|
invoke-direct {p0, p1, v0, v1}, Lcom/moji/statistics/FunctionStat;->a(Ljava/lang/String;J)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 206
|
|
:cond_0
|
|
invoke-direct {p0}, Lcom/moji/statistics/FunctionStat;->i()V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|