Lines Matching refs:cnt
3 > Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
4 > result is StandardTestObject { cnt: 2 } base-call count: 1
6 > Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
7 > result is StandardTestObject { cnt: 1 } base-call count: 1
9 > Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0
11 > result is ExceptionThrowTestObject { cnt: 2 } base-call count: 1
13 > Single call with PopFrame on ExceptionCatchTestObject { cnt: 0 } base-call-count: 0
15 > result is ExceptionCatchTestObject { cnt: 1 } base-call count: 1
18 > Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 0} base-call-count: 0
26 > result is ClassLoadObject { cnt: 1, curClass: 1} base-call count: 1
28 > Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 1} base-call-count: 0
36 > result is ClassLoadObject { cnt: 1, curClass: 2} base-call count: 1