Searched refs:bcs (Results 1 – 20 of 20) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BinderCallsStatsTest.java | 74 bcs.time += 10; in testDetailedOff() 90 bcs.time += 20; in testDetailedOff() 98 bcs.time += 50; in testDetailedOff() 115 bcs.time += 10; in testDetailedOn() 133 bcs.time += 20; in testDetailedOn() 143 bcs.time += 50; in testDetailedOn() 183 bcs.time += 10; in testSampling() 191 bcs.time += 50; in testSampling() 220 bcs.time += 10; in testSamplingWithDifferentApis() 252 bcs.time += 10; in testSharding() [all …]
|
/aosp12/art/runtime/interpreter/mterp/arm64/ |
H A D | array.S | 23 bcs common_errArrayIndex // index >= length, bail 80 bcs common_errArrayIndex // index >= length, bail 109 bcs common_errArrayIndex // index >= length, bail 159 bcs common_errArrayIndex // index >= length, bail
|
/aosp12/bionic/libc/arch-arm/cortex-a15/bionic/ |
H A D | strlen.S | 124 bcs .L_sub7_and_return 147 bcs .L_sub3_and_return
|
H A D | __strcpy_chk.S | 109 bcs .L_sub7_and_finish 132 bcs .L_sub3_and_finish
|
H A D | __strcat_chk.S | 122 bcs .L_sub7_and_finish 145 bcs .L_sub3_and_finish
|
H A D | strcat.S | 218 bcs .L_strcpy_copy2bytes 244 bcs .L_strcpy_copy6bytes 533 bcs .L_strcat_sub7 557 bcs .L_strcat_sub3
|
H A D | string_copy.S | 201 bcs .Lstringcopy_copy2bytes 235 bcs .Lstringcopy_copy6bytes
|
H A D | strcmp.S | 299 bcs .Laligned_m1 360 bcs .Loverlap2 /* C=1, Z=1 => src2[1:0] = 0b10. */
|
/aosp12/bionic/libc/arch-arm/cortex-a53/bionic/ |
H A D | __strcpy_chk.S | 109 bcs .L_sub7_and_finish 132 bcs .L_sub3_and_finish
|
H A D | __strcat_chk.S | 122 bcs .L_sub7_and_finish 145 bcs .L_sub3_and_finish
|
/aosp12/bionic/libc/arch-arm/cortex-a7/bionic/ |
H A D | __strcpy_chk.S | 109 bcs .L_sub7_and_finish 132 bcs .L_sub3_and_finish
|
H A D | __strcat_chk.S | 122 bcs .L_sub7_and_finish 145 bcs .L_sub3_and_finish
|
/aosp12/bionic/libc/arch-arm/krait/bionic/ |
H A D | __strcpy_chk.S | 109 bcs .L_sub7_and_finish 132 bcs .L_sub3_and_finish
|
H A D | __strcat_chk.S | 122 bcs .L_sub7_and_finish 145 bcs .L_sub3_and_finish
|
/aosp12/art/runtime/interpreter/mterp/arm/ |
H A D | array.S | 24 bcs common_errArrayIndex @ index >= length, bail 84 bcs common_errArrayIndex @ index >= length, bail 116 bcs common_errArrayIndex @ index >= length, bail 170 bcs common_errArrayIndex @ index >= length, bail
|
/aosp12/bionic/libc/arch-arm/cortex-a55/bionic/ |
H A D | __strcpy_chk.S | 109 bcs .L_sub7_and_finish 132 bcs .L_sub3_and_finish
|
H A D | __strcat_chk.S | 122 bcs .L_sub7_and_finish 145 bcs .L_sub3_and_finish
|
/aosp12/art/runtime/interpreter/mterp/arm64ng/ |
H A D | array.S | 17 bcs common_errArrayIndex // index >= length, bail 75 bcs common_errArrayIndex // index >= length, bail
|
/aosp12/art/runtime/interpreter/mterp/armng/ |
H A D | array.S | 18 bcs common_errArrayIndex @ index >= length, bail 79 bcs common_errArrayIndex @ index >= length, bail
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BatteryStatsImpl.java | 9840 BinderCallStats bcs; in noteBinderCallStatsLocked() local 9845 bcs = mBinderCallStats.valueAt(index); in noteBinderCallStatsLocked() 9847 bcs = new BinderCallStats(); in noteBinderCallStatsLocked() 9848 bcs.binderClass = stat.binderClass; in noteBinderCallStatsLocked() 9849 bcs.transactionCode = stat.transactionCode; in noteBinderCallStatsLocked() 9850 mBinderCallStats.add(bcs); in noteBinderCallStatsLocked() 9853 bcs.callCount += stat.incrementalCallCount; in noteBinderCallStatsLocked() 9854 bcs.recordedCallCount = stat.recordedCallCount; in noteBinderCallStatsLocked() 9855 bcs.recordedCpuTimeMicros = stat.cpuTimeMicros; in noteBinderCallStatsLocked()
|