|
1 | 1 | // Klib ABI Dump
|
2 | 2 | // Targets: [androidNativeArm32, androidNativeArm64, androidNativeX64, androidNativeX86, iosArm64, iosSimulatorArm64, iosX64, js.jsIr, linuxArm64, linuxX64, macosArm64, macosX64, mingwX64, tvosArm64, tvosSimulatorArm64, tvosX64, wasmJs, watchosArm32, watchosArm64, watchosDeviceArm64, watchosSimulatorArm64, watchosX64]
|
3 |
| -// Alias: native => [androidNativeArm32, androidNativeArm64, androidNativeX64, androidNativeX86, iosArm64, iosSimulatorArm64, iosX64, linuxArm64, linuxX64, macosArm64, macosX64, mingwX64, tvosArm64, tvosSimulatorArm64, tvosX64, watchosArm32, watchosArm64, watchosDeviceArm64, watchosSimulatorArm64, watchosX64] |
4 | 3 | // Rendering settings:
|
5 | 4 | // - Signature version: 2
|
6 | 5 | // - Show manifest properties: true
|
|
9 | 8 | // Library unique name: <org.jetbrains.kotlinx:kotlinx-benchmark-runtime>
|
10 | 9 | final class kotlinx.benchmark/Blackhole { // kotlinx.benchmark/Blackhole|null[0]
|
11 | 10 | constructor <init>() // kotlinx.benchmark/Blackhole.<init>|<init>(){}[0]
|
12 |
| - // Targets: [native] |
13 | 11 | final inline fun consume(kotlin/Any?) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Any?){}[0]
|
14 |
| - // Targets: [native] |
15 | 12 | final inline fun consume(kotlin/Boolean) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Boolean){}[0]
|
16 |
| - // Targets: [native] |
17 | 13 | final inline fun consume(kotlin/Byte) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Byte){}[0]
|
18 |
| - // Targets: [native] |
19 | 14 | final inline fun consume(kotlin/Char) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Char){}[0]
|
20 |
| - // Targets: [native] |
21 | 15 | final inline fun consume(kotlin/Double) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Double){}[0]
|
22 |
| - // Targets: [native] |
23 | 16 | final inline fun consume(kotlin/Float) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Float){}[0]
|
24 |
| - // Targets: [native] |
25 | 17 | final inline fun consume(kotlin/Int) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Int){}[0]
|
26 |
| - // Targets: [native] |
27 | 18 | final inline fun consume(kotlin/Long) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Long){}[0]
|
28 |
| - // Targets: [native] |
29 | 19 | final inline fun consume(kotlin/Short) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Short){}[0]
|
30 | 20 | // Targets: [js.jsIr, wasmJs]
|
31 |
| - final fun consume(kotlin/Any?) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Any?){}[0] |
| 21 | + final fun consumeAny(kotlin/Any?) // kotlinx.benchmark/Blackhole.consumeAny|consumeAny(kotlin.Any?){}[0] |
32 | 22 | // Targets: [js.jsIr, wasmJs]
|
33 |
| - final fun consume(kotlin/Boolean) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Boolean){}[0] |
34 |
| - // Targets: [js.jsIr, wasmJs] |
35 |
| - final fun consume(kotlin/Byte) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Byte){}[0] |
36 |
| - // Targets: [js.jsIr, wasmJs] |
37 |
| - final fun consume(kotlin/Char) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Char){}[0] |
38 |
| - // Targets: [js.jsIr, wasmJs] |
39 |
| - final fun consume(kotlin/Double) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Double){}[0] |
40 |
| - // Targets: [js.jsIr, wasmJs] |
41 |
| - final fun consume(kotlin/Float) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Float){}[0] |
42 |
| - // Targets: [js.jsIr, wasmJs] |
43 |
| - final fun consume(kotlin/Int) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Int){}[0] |
44 |
| - // Targets: [js.jsIr, wasmJs] |
45 |
| - final fun consume(kotlin/Long) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Long){}[0] |
46 |
| - // Targets: [js.jsIr, wasmJs] |
47 |
| - final fun consume(kotlin/Short) // kotlinx.benchmark/Blackhole.consume|consume(kotlin.Short){}[0] |
| 23 | + final fun consumeInt(kotlin/Int) // kotlinx.benchmark/Blackhole.consumeInt|consumeInt(kotlin.Int){}[0] |
48 | 24 | }
|
49 | 25 | final enum class kotlinx.benchmark/BenchmarkTimeUnit : kotlin/Enum<kotlinx.benchmark/BenchmarkTimeUnit> { // kotlinx.benchmark/BenchmarkTimeUnit|null[0]
|
50 | 26 | enum entry MICROSECONDS // kotlinx.benchmark/BenchmarkTimeUnit.MICROSECONDS|null[0]
|
|
0 commit comments