/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_tabl.cpp | 314 #define END_OPCODES() { OpcodeInfo::all, {OpcodeByteKind_LAST} }} 354 {OpcodeInfo::all, {0x80, opc_ext, ib}, {r_m8, imm8}, def_use },\ 355 {OpcodeInfo::all, {Size16, 0x81, opc_ext, iw}, {r_m16, imm16}, def_use },\ 356 {OpcodeInfo::all, {0x81, opc_ext, id}, {r_m32, imm32}, def_use },\ 359 {OpcodeInfo::all, {Size16, 0x83, opc_ext, ib}, {r_m16, imm8s}, def_use },\ 360 {OpcodeInfo::all, {0x83, opc_ext, ib}, {r_m32, imm8s}, def_use },\ 363 {OpcodeInfo::all, {first_opcode, _r}, {r_m8, r8}, def_use },\ 365 {OpcodeInfo::all, {Size16, opcode_starts_from+1, _r}, {r_m16, r16}, def_use },\ 366 {OpcodeInfo::all, {opcode_starts_from+1, _r}, {r_m32, r32}, def_use },\ 369 {OpcodeInfo::all, {opcode_starts_from+2, _r}, {r8, r_m8}, def_use },\ [all …]
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
D | TEMPLATE_MEM_OP_DECODE.S | 10 vpush {d0-d15} @ save out all fp registers 11 push {r0-r12,lr} @ save out all registers 16 pop {r0-r12,lr} @ restore all registers 17 vpop {d0-d15} @ restore all fp registers
|
/dalvik/dx/src/ |
D | Android.mk | 12 LOCAL_SRC_FILES := $(call all-subdir-java-files) 13 LOCAL_SRC_FILES += $(call all-java-files-under,../../../libcore/dex/src/main/java) 28 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-subdir-html-files)
|
/dalvik/dexgen/ |
D | Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 26 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/dalvik/dx/src/com/android/dx/merge/ |
D | InstructionTransformer.java | 61 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument 67 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument 77 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument 87 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument 97 public void visit(DecodedInstruction[] all, DecodedInstruction one) { in visit() argument
|
/dalvik/vm/compiler/template/armv5te/ |
D | TEMPLATE_MEM_OP_DECODE.S | 10 push {r0-r12,lr} @ save out all registers 15 pop {r0-r12,lr} @ restore all registers
|
/dalvik/dx/tests/032-bb-live-code/ |
D | info.txt | 2 includes as live code all code which could possibly be flowed 4 flow to the subsequent instruction, and all forks of each conditional
|
/dalvik/vm/alloc/TEST/HeapBitmapTest/ |
D | Makefile | 1 .PHONY: all 2 all: runtest target
|
/dalvik/dx/src/com/android/dx/io/ |
D | CodeReader.java | 99 private void callVisit(DecodedInstruction[] all, DecodedInstruction one) { in callVisit() argument 114 visitor.visit(all, one); in callVisit() 119 void visit(DecodedInstruction[] all, DecodedInstruction one); in visit() argument
|
/dalvik/tests/062-character-encodings/src/ |
D | Main.java | 17 SortedMap<String, Charset> all = Charset.availableCharsets(); in main() local 19 for (Map.Entry<String, Charset> e : all.entrySet()) { in main()
|
/dalvik/tools/ |
D | Android.mk | 1 include $(all-subdir-makefiles)
|
/dalvik/tests/ |
D | README.txt | 3 Use "./run-all-tests" to run all tests, or "./run-test <number>" to run a
|
/dalvik/dx/junit-tests/ |
D | Android.mk | 5 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/dalvik/vm/mterp/x86/ |
D | OP_CONST.S | 3 movl 2(rPC),%eax # grab all 32 bits at once
|
/dalvik/tools/dexdeps/src/ |
D | Android.mk | 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/dalvik/tests/097-suspend-check/ |
D | info.txt | 1 To support garbage collection, debugging and profiling the VM must be able to send all threads
|
/dalvik/vm/mterp/ |
D | config-portable | 19 handler-style all-c 35 # concatenate all C implementations
|
D | Makefile-mterp | 27 # To generate sources for all targets: 34 # Accumulate all possible dependencies for the generated files in a very
|
D | README.txt | 14 The original all-in-one-function C version still exists as the "portable" 41 all of the instructions handlers are contiguous and may be of any size. 45 version packs all local state into the Thread structure and passes 50 programming characteristics, so "armv5te" would work for all ARMv5TE CPUs, 63 handler-style <computed-goto|jump-table|all-c> 69 table is an array of pointers to the handlers. The "all-c" style is 71 [Note: all-c is distinct from an "allstubs" configuration. In both 72 configurations, all handlers are the C versions, but the allstubs 80 this will need to be a power of 2. For jump-table and all-c 94 to "all-c" configurations. [all …]
|
/dalvik/tests/050-sync-test/ |
D | expected.txt | 28 main: all done
|
/dalvik/vm/mterp/arm-vfp/ |
D | README.txt | 6 accesses (which is true for some ARMv5 and all ARMv6/v7), to avoid having
|
/dalvik/dx/tests/044-dex-math-ops/ |
D | info.txt | 2 simple uses of all the math ops end up getting converted reasonably.
|
/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
D | small-class.txt | 37 0007 0003 0006 ffff # Zorch / Small / "Zorch" / all-bits
|
/dalvik/vm/compiler/template/ |
D | Makefile-template | 27 # To generate sources for all targets: 34 # Accumulate all possible dependencies for the generated files in a very
|
/dalvik/vm/ |
D | IndirectRefTable.cpp | 43 segmentState.all = IRT_FIRST_SEGMENT; in init() 64 prevState.all = cookie; in add() 216 prevState.all = cookie; in remove()
|