Searched defs:all (Results 1 - 5 of 5) sorted by relevance

/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/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
/dalvik/vm/
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
595 * Debug: dump information about all threads.
/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_prvt.h106 // Special encoding of 0x00 opcode byte. Note: it's all O-s, not zeros.
292 /// an opcode is valid on all platforms
293 all, enumerator in enum:OpcodeInfo::platform

Completed in 2438 milliseconds