Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 69) sorted by relevance

123

/dalvik/vm/compiler/codegen/x86/libenc/
Denc_tabl.cpp314 #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/
DTEMPLATE_MEM_OP_DECODE.S10 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/
DAndroid.mk12 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/
DAndroid.mk20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
26 include $(call all-makefiles-under,$(LOCAL_PATH))
/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java61 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/
DTEMPLATE_MEM_OP_DECODE.S10 push {r0-r12,lr} @ save out all registers
15 pop {r0-r12,lr} @ restore all registers
/dalvik/dx/tests/032-bb-live-code/
Dinfo.txt2 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/
DMakefile1 .PHONY: all
2 all: runtest target
/dalvik/dx/src/com/android/dx/io/
DCodeReader.java99 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/
DMain.java17 SortedMap<String, Charset> all = Charset.availableCharsets(); in main() local
19 for (Map.Entry<String, Charset> e : all.entrySet()) { in main()
/dalvik/tools/
DAndroid.mk1 include $(all-subdir-makefiles)
/dalvik/tests/
DREADME.txt3 Use "./run-all-tests" to run all tests, or "./run-test <number>" to run a
/dalvik/dx/junit-tests/
DAndroid.mk5 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/dalvik/vm/mterp/x86/
DOP_CONST.S3 movl 2(rPC),%eax # grab all 32 bits at once
/dalvik/tools/dexdeps/src/
DAndroid.mk22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/dalvik/tests/097-suspend-check/
Dinfo.txt1 To support garbage collection, debugging and profiling the VM must be able to send all threads
/dalvik/vm/mterp/
Dconfig-portable19 handler-style all-c
35 # concatenate all C implementations
DMakefile-mterp27 # To generate sources for all targets:
34 # Accumulate all possible dependencies for the generated files in a very
DREADME.txt14 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/
Dexpected.txt28 main: all done
/dalvik/vm/mterp/arm-vfp/
DREADME.txt6 accesses (which is true for some ARMv5 and all ARMv6/v7), to avoid having
/dalvik/dx/tests/044-dex-math-ops/
Dinfo.txt2 simple uses of all the math ops end up getting converted reasonably.
/dalvik/dx/tests/010-class-attrib-InnerClasses/
Dsmall-class.txt37 0007 0003 0006 ffff # Zorch / Small / "Zorch" / all-bits
/dalvik/vm/compiler/template/
DMakefile-template27 # To generate sources for all targets:
34 # Accumulate all possible dependencies for the generated files in a very
/dalvik/vm/
DIndirectRefTable.cpp43 segmentState.all = IRT_FIRST_SEGMENT; in init()
64 prevState.all = cookie; in add()
216 prevState.all = cookie; in remove()

123