Searched defs:all (Results 1 - 4 of 4) 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.java60 public void visit(DecodedInstruction[] all, DecodedInstruction one) { argument
66 public void visit(DecodedInstruction[] all, DecodedInstruction one) { argument
75 public void visit(DecodedInstruction[] all, DecodedInstruction one) { argument
84 public void visit(DecodedInstruction[] all, DecodedInstruction one) { argument
93 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
591 * Debug: dump information about all threads.

Completed in 76 milliseconds