Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderCallsStatsTest.java74 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 Darray.S23 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 Dstrlen.S124 bcs .L_sub7_and_return
147 bcs .L_sub3_and_return
H A D__strcpy_chk.S109 bcs .L_sub7_and_finish
132 bcs .L_sub3_and_finish
H A D__strcat_chk.S122 bcs .L_sub7_and_finish
145 bcs .L_sub3_and_finish
H A Dstrcat.S218 bcs .L_strcpy_copy2bytes
244 bcs .L_strcpy_copy6bytes
533 bcs .L_strcat_sub7
557 bcs .L_strcat_sub3
H A Dstring_copy.S201 bcs .Lstringcopy_copy2bytes
235 bcs .Lstringcopy_copy6bytes
H A Dstrcmp.S299 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.S109 bcs .L_sub7_and_finish
132 bcs .L_sub3_and_finish
H A D__strcat_chk.S122 bcs .L_sub7_and_finish
145 bcs .L_sub3_and_finish
/aosp12/bionic/libc/arch-arm/cortex-a7/bionic/
H A D__strcpy_chk.S109 bcs .L_sub7_and_finish
132 bcs .L_sub3_and_finish
H A D__strcat_chk.S122 bcs .L_sub7_and_finish
145 bcs .L_sub3_and_finish
/aosp12/bionic/libc/arch-arm/krait/bionic/
H A D__strcpy_chk.S109 bcs .L_sub7_and_finish
132 bcs .L_sub3_and_finish
H A D__strcat_chk.S122 bcs .L_sub7_and_finish
145 bcs .L_sub3_and_finish
/aosp12/art/runtime/interpreter/mterp/arm/
H A Darray.S24 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.S109 bcs .L_sub7_and_finish
132 bcs .L_sub3_and_finish
H A D__strcat_chk.S122 bcs .L_sub7_and_finish
145 bcs .L_sub3_and_finish
/aosp12/art/runtime/interpreter/mterp/arm64ng/
H A Darray.S17 bcs common_errArrayIndex // index >= length, bail
75 bcs common_errArrayIndex // index >= length, bail
/aosp12/art/runtime/interpreter/mterp/armng/
H A Darray.S18 bcs common_errArrayIndex @ index >= length, bail
79 bcs common_errArrayIndex @ index >= length, bail
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java9840 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()