/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_SUPER_JUMBO.S | 47 b common_exceptionThrown @ yes, handle exception
|
OP_IPUT.S | 26 bne .L${opcode}_finish @ yes, finish up
|
OP_IPUT_JUMBO.S | 38 beq common_exceptionThrown @ yes, throw exception
|
OP_IPUT_OBJECT.S | 26 bne .L${opcode}_finish @ yes, finish up
|
OP_IPUT_OBJECT_JUMBO.S | 35 beq common_exceptionThrown @ yes, throw exception
|
OP_IPUT_WIDE.S | 21 bne .L${opcode}_finish @ yes, finish up
|
OP_IPUT_WIDE_JUMBO.S | 32 beq common_exceptionThrown @ yes, throw exception
|
OP_SGET_WIDE.S | 15 beq .L${opcode}_resolve @ yes, do resolve
|
OP_SPUT_OBJECT.S | 17 beq .L${opcode}_resolve @ yes, do resolve
|
OP_SPUT_OBJECT_JUMBO.S | 17 beq .L${opcode}_resolve @ yes, do resolve
|
OP_SPUT_WIDE.S | 17 beq .L${opcode}_resolve @ yes, do resolve
|
OP_SPUT_WIDE_JUMBO.S | 19 beq .L${opcode}_resolve @ yes, do resolve
|
/dalvik/vm/mterp/armv6t2/ |
OP_IPUT_WIDE.S | 20 bne .L${opcode}_finish @ yes, finish up
|
/dalvik/vm/mterp/x86/ |
OP_CHECK_CAST.S | 75 je common_exceptionThrown # yes, handle exception
|
OP_CHECK_CAST_JUMBO.S | 75 je common_exceptionThrown # yes, handle exception
|
OP_INSTANCE_OF.S | 31 je .L${opcode}_trivial # yes, trivial finish
|
OP_INSTANCE_OF_JUMBO.S | 30 je .L${opcode}_trivial # yes, trivial finish
|
OP_INVOKE_SUPER.S | 24 je common_errNullObject # yes, throw
|
OP_INVOKE_SUPER_JUMBO.S | 17 je common_errNullObject # yes, throw
|
OP_NEW_ARRAY.S | 26 jne .L${opcode}_finish # yes, fast path
|
OP_NEW_ARRAY_JUMBO.S | 24 jne .L${opcode}_finish # yes, fast path
|
/external/icu4c/test/ |
Makefile.in | 35 ifneq ($(RECURSIVE),YES) 59 dot_seen=yes; \
|
/external/icu4c/test/perf/ |
Makefile.in | 38 ifneq ($(RECURSIVE),YES) 64 dot_seen=yes; \
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCStatement.java | 307 public void setPoolable(boolean yes) throws SQLException { 308 if (yes) {
|
/external/protobuf/ |
configure.ac | 48 AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc 53 AS_IF([test "$GCC" = "yes"],[ 121 AS_IF([test "$with_protoc" == "yes"], [
|