/dalvik/vm/mterp/armv5te/ |
OP_APUT_OBJECT.S | 14 beq common_errNullObject @ yes, bail 30 beq .L${opcode}_skip_check @ yes, skip type checks 35 beq .L${opcode}_throw @ no
|
OP_CHECK_CAST.S | 18 beq .L${opcode}_okay @ null obj, cast always succeeds 22 beq .L${opcode}_resolve @ not resolved, do it now 65 beq common_exceptionThrown @ yes, handle exception
|
OP_FILL_ARRAY_DATA.S | 12 beq common_exceptionThrown @ has exception
|
OP_IGET_QUICK.S | 10 beq common_errNullObject @ object was null
|
OP_IGET_WIDE_QUICK.S | 9 beq common_errNullObject @ object was null
|
OP_INSTANCE_OF.S | 21 beq .L${opcode}_store @ null obj, not an instance, store r0 27 beq .L${opcode}_resolve @ not resolved, do it now 30 beq .L${opcode}_trivial @ yes, trivial finish 80 beq common_exceptionThrown @ yes, handle exception
|
OP_IPUT_OBJECT_QUICK.S | 10 beq common_errNullObject @ object was null
|
OP_IPUT_QUICK.S | 10 beq common_errNullObject @ object was null
|
OP_IPUT_WIDE_QUICK.S | 11 beq common_errNullObject @ object was null
|
OP_INVOKE_STATIC.S | 39 beq common_exceptionThrown @ null, handle exception 41 beq common_invokeMethod${routine} @ no (r0=method, r9="this")
|
/external/chromium_org/third_party/skia/src/opts/ |
memset32_neon.S | 65 beq memset32_32 78 beq memset32_16 87 beq memset32_dropthru
|
/external/skia/src/opts/ |
memset32_neon.S | 65 beq memset32_32 78 beq memset32_16 87 beq memset32_dropthru
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
__strcpy_chk.S | 52 beq .L_mainloop 57 beq .L_align_to_32 65 beq .L_align_to_64 74 beq .L_mainloop
|
/bionic/libc/arch-arm/generic/bionic/ |
strcpy.S | 52 beq 2f 78 beq 2b 98 beq 1f 106 beq 5b
|
/bionic/libc/arch-arm/krait/bionic/ |
__strcpy_chk.S | 52 beq .L_mainloop 57 beq .L_align_to_32 65 beq .L_align_to_64 74 beq .L_mainloop
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INTERPRET.S | 18 beq 101f
|
TEMPLATE_MONITOR_ENTER_DEBUG.S | 19 beq 1f
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INTERPRET.S | 17 beq ra, zero, 1f
|
/dalvik/vm/mterp/armv6t2/ |
OP_IGET_QUICK.S | 10 beq common_errNullObject @ object was null
|
OP_IGET_WIDE_QUICK.S | 9 beq common_errNullObject @ object was null
|
OP_IPUT_QUICK.S | 10 beq common_errNullObject @ object was null
|
OP_IPUT_WIDE_QUICK.S | 10 beq common_errNullObject @ object was null
|
/external/llvm/test/MC/ARM/ |
elf-reloc-condcall.s | 7 beq some_label
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
armVCM4P10_UnpackBlock4x4_s.S | 36 BEQ unpackLoop
|
/system/core/libcutils/tests/memset_mips/ |
memset_omips.S | 42 beq a1, zero, .Lueven # If zero pattern, no need to extend 52 beq t0, zero, .Lchkw 59 beq t0, a2, .Lchkl 71 beq t0, zero, .Llast8 # word remaining after the loop
|