Home
last modified time | relevance | path

Searched refs:sparse (Results 1 – 20 of 20) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/d/
DT_sparse_switch_13.smali36 sparse-switch p1, :sswitch_data_10
54 .sparse-switch
58 .end sparse-switch
DT_sparse_switch_1.smali34 sparse-switch p1, :sswitch_data_10
53 .sparse-switch
57 .end sparse-switch
DT_sparse_switch_3.smali34 sparse-switch p2, :sswitch_data_10
53 .sparse-switch
57 .end sparse-switch
DT_sparse_switch_11.smali34 sparse-switch p1, :sswitch_data_10
53 .sparse-switch
57 .end sparse-switch
DT_sparse_switch_8.smali34 sparse-switch p1, :sswitch_data_10
53 .sparse-switch
57 .end sparse-switch
DT_sparse_switch_4.smali34 sparse-switch p1, :sswitch_data_10
53 .sparse-switch
57 .end sparse-switch
DT_sparse_switch_5.smali34 sparse-switch p1, :sswitch_data_10
53 .sparse-switch
57 .end sparse-switch
DT_sparse_switch_9.smali34 sparse-switch p1, :sswitch_data_10
53 .sparse-switch
57 .end sparse-switch
DT_sparse_switch_7.smali34 sparse-switch p1, :sswitch_data_10
53 .sparse-switch
57 .end sparse-switch
DT_sparse_switch_12.smali34 sparse-switch p1, :sswitch_data_10
53 .sparse-switch
57 .end sparse-switch
DT_sparse_switch_14.smali37 sparse-switch p1, :sswitch_data_10
54 .sparse-switch
58 .end sparse-switch
DT_sparse_switch_2.smali34 sparse-switch p1, :sswitch_data_10
53 .sparse-switch
57 .end sparse-switch
DT_sparse_switch_6.smali34 sparse-switch p0, :sswitch_data_10
53 .sparse-switch
57 .end sparse-switch
DT_sparse_switch_9.dfh148 // parsed: offset 280, len 6: |0000: sparse-switch v4, 00000010 // +0x00000010
165 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
DT_sparse_switch_12.dfh148 // parsed: offset 280, len 6: |0000: sparse-switch v4, 00000010 // +0x00000010
164 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
DT_sparse_switch_14.dfh150 // parsed: offset 282, len 6: |0001: sparse-switch v4, 00000010 // +0x0000000f
164 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
DT_sparse_switch_8.dfh148 // parsed: offset 280, len 6: |0000: sparse-switch v4, 00000010 // +0x00000010
164 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
DT_sparse_switch_7.dfh148 // parsed: offset 280, len 6: |0000: sparse-switch v4, 00000010 // +0x00000010
164 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
DT_sparse_switch_11.dfh148 // parsed: offset 280, len 6: |0000: sparse-switch v4, 00000010 // +0x00000010
164 // parsed: offset 312, len 28: |0010: sparse-switch-data (14 units)
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java514 JSONObject sparse = properties.getJSONObject(KEY_SPARSE_PROPERTIES); in emitDevices() local
517 emitBoolean(store, sparse, KEY_RESIDENCY_STANDARD_2D_BLOCK_SHAPE); in emitDevices()
518 … emitBoolean(store, sparse, KEY_RESIDENCY_STANDARD_2D_MULTISAMPLE_BLOCK_SHAPE); in emitDevices()
519 emitBoolean(store, sparse, KEY_RESIDENCY_STANDARD_3D_BLOCK_SHAPE); in emitDevices()
520 emitBoolean(store, sparse, KEY_RESIDENCY_ALIGNED_MIP_SIZE); in emitDevices()
521 emitBoolean(store, sparse, KEY_RESIDENCY_NON_RESIDENT_STRICT); in emitDevices()