Searched refs:all (Results 1 - 25 of 47) sorted by relevance

12

/dalvik/vm/compiler/template/armv5te-vfp/
H A 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/vm/compiler/codegen/x86/libenc/
H A Denc_tabl.cpp80 Normally, almost all of opcodes in the 'master' table represented exactly as
108 {OpcodeInfo::all, {0xFE, _1}, {r_m8}, DU },
123 Also, the Jitrino's needs require to specify all operands - including
314 #define END_OPCODES() { OpcodeInfo::all, {OpcodeByteKind_LAST} }}
342 // are enough to define OpcodeInfo::all opcodes and the 'first_opcode'
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, {
[all...]
/dalvik/dx/junit-tests/
H A DAndroid.mk5 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/dalvik/dx/src/
H A 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/vm/mterp/x86/
H A DOP_CONST.S3 movl 2(rPC),%eax # grab all 32 bits at once
/dalvik/vm/compiler/template/armv5te/
H A DTEMPLATE_MEM_OP_DECODE.S10 push {r0-r12,lr} @ save out all registers
15 pop {r0-r12,lr} @ restore all registers
/dalvik/tests/062-character-encodings/src/
H A DMain.java17 SortedMap<String, Charset> all = Charset.availableCharsets();
19 for (Map.Entry<String, Charset> e : all.entrySet()) {
/dalvik/vm/alloc/TEST/HeapBitmapTest/
H A DMakefile1 .PHONY: all
2 all: runtest
/dalvik/dx/src/com/android/dx/merge/
H A DInstructionTransformer.java61 public void visit(DecodedInstruction[] all, DecodedInstruction one) { argument
67 public void visit(DecodedInstruction[] all, DecodedInstruction one) { argument
77 public void visit(DecodedInstruction[] all, DecodedInstruction one) { argument
87 public void visit(DecodedInstruction[] all, DecodedInstruction one) { argument
97 public void visit(DecodedInstruction[] all, DecodedInstruction one) { argument
H A DDexMerger.java302 List<UnsortedValue> all = new ArrayList<UnsortedValue>();
303 all.addAll(readUnsortedValues(dexA, aIndexMap));
304 all.addAll(readUnsortedValues(dexB, bIndexMap));
305 Collections.sort(all);
308 for (int i = 0; i < all.size(); ) {
309 UnsortedValue e1 = all.get(i++);
312 while (i < all.size() && e1.compareTo(all.get(i)) == 0) {
313 UnsortedValue e2 = all.get(i++);
555 * through all
[all...]
/dalvik/dx/src/com/android/dx/io/
H A DCodeReader.java33 * Sets {@code visitor} as the visitor for all instructions.
44 * Sets {@code visitor} as the visitor for all instructions not
52 * Sets {@code visitor} as the visitor for all string instructions.
59 * Sets {@code visitor} as the visitor for all type instructions.
66 * Sets {@code visitor} as the visitor for all field instructions.
73 * Sets {@code visitor} as the visitor for all method instructions.
99 private void callVisit(DecodedInstruction[] all, DecodedInstruction one) { argument
114 visitor.visit(all, one);
119 void visit(DecodedInstruction[] all, DecodedInstruction one); argument
/dalvik/dexgen/
H A DAndroid.mk20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
26 include $(call all-makefiles-under,$(LOCAL_PATH))
/dalvik/dexlist/
H A DAndroid.mk16 # dexlist -- list all concrete methods found in a DEX file
/dalvik/tools/dexdeps/src/
H A DAndroid.mk22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/dalvik/vm/
H A DJniInternal.h96 self->jniLocalRefTable.segmentState.all = saveArea->xtra.localRefCookie;
155 * Release all MonitorEnter-acquired locks that are still held. Called at
H A DIndirectRefTable.cpp43 segmentState.all = IRT_FIRST_SEGMENT;
64 prevState.all = cookie;
216 prevState.all = cookie;
H A DIndirectRefTable.h195 u4 all; member in union:IRTSegmentState
256 /* bit mask, ORed into all irefs */
H A DThread.h87 volatile int64_t all; member in union:InterpBreak
600 * Debug: dump information about all threads.
H A DAndroid.mk129 # have sufficient custom code so that libffi isn't needed at all,
/dalvik/dx/src/com/android/dx/command/grep/
H A DGrep.java49 public void visit(DecodedInstruction[] all, DecodedInstruction one) {
/dalvik/dx/src/com/android/dx/command/findusages/
H A DFindUsages.java79 public void visit(DecodedInstruction[] all,
90 public void visit(DecodedInstruction[] all, DecodedInstruction one) {
/dalvik/vm/mterp/common/
H A Dasm-constants.h10 * These are all constant expressions, so on success these will compile
71 * In all cases the "name" field is the label you will use in the assembler.
153 /* make sure all JValue union members are stored at the same offset */
198 Thread, jniLocalRefTable.segmentState.all, 168)
204 Thread, jniLocalRefTable.segmentState.all, 100)
/dalvik/dx/etc/
H A Ddx.bat54 REM Capture all arguments that are not -J options.
/dalvik/vm/arch/arm/
H A DCallEABI.S268 @ "hard" fp calling conventions, all we need to do is copy r0-r1 into
321 beq .Lcount_done @ all done, bail
410 * Spit out a "we were here", preserving all registers. (The attempt
H A DCallOldABI.S159 @ all we need to do is copy r0-r1 into the JValue union.

Completed in 1690 milliseconds

12