/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | TargetInsn.java | 27 private CodeAddress target; field in TargetInsn 42 RegisterSpecList registers, CodeAddress target) { in TargetInsn() 74 public TargetInsn withNewTargetAndReversed(CodeAddress target) { in withNewTargetAndReversed()
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | TargetInsn.java | 27 private CodeAddress target; field in TargetInsn 42 RegisterSpecList registers, CodeAddress target) { in TargetInsn() 74 public TargetInsn withNewTargetAndReversed(CodeAddress target) { in withNewTargetAndReversed()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | SwitchList.java | 127 public void setDefaultTarget(int target) { in setDefaultTarget() 147 public void add(int value, int target) { in add() 176 int target = targets.get(i); in removeSuperfluousDefaults() local
|
D | BytecodeArray.java | 703 int target = offset + bytes.getShort(offset + 1); in parseInstruction() local 790 int target = offset + bytes.getInt(offset + 1); in parseInstruction() local 840 int target = offset + bytes.getInt(at); in parseTableswitch() local 878 int target = offset + bytes.getInt(at + 4); in parseLookupswitch() local 1236 int target); in visitBranch() 1315 int target) { in visitBranch() 1391 int target) { in visitBranch()
|
D | Machine.java | 174 public void auxTargetArg(int target); in auxTargetArg()
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | DexJarMaker.java | 50 JarOutputStream target = null; in create() local 78 private void add(File source, JarOutputStream target) throws IOException { in add()
|
/dalvik/vm/ |
D | SignalCatcher.cpp | 75 static void printProcessName(const DebugOutputTarget* target) in printProcessName() 104 DebugOutputTarget target; in logThreadStacks() local 152 DebugOutputTarget target; in handleSigQuit() local
|
D | Misc.cpp | 137 void dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority, in dvmCreateLogOutputTarget() 151 void dvmCreateFileOutputTarget(DebugOutputTarget* target, FILE* fp) in dvmCreateFileOutputTarget() 163 void dvmFreeOutputTarget(DebugOutputTarget* target) in dvmFreeOutputTarget() 171 void dvmPrintDebugMessage(const DebugOutputTarget* target, const char* format, in dvmPrintDebugMessage()
|
D | Thread.cpp | 535 Thread* target; in dvmSlayDaemons() local 3111 DebugOutputTarget target; in dvmDumpThread() local 3214 static void dumpSchedStat(const DebugOutputTarget* target, pid_t tid) { in dumpSchedStat() 3276 void dvmDumpThreadEx(const DebugOutputTarget* target, Thread* thread, in dvmDumpThreadEx() 3382 static void dumpNativeThread(const DebugOutputTarget* target, pid_t tid) { in dumpNativeThread() 3437 DebugOutputTarget target; in dvmDumpAllThreads() local 3450 void dvmDumpAllThreadsEx(const DebugOutputTarget* target, bool grabLock) in dvmDumpAllThreadsEx()
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | ZeroRegisterDecodedInstruction.java | 29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction()
|
D | OneRegisterDecodedInstruction.java | 32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction()
|
D | RegisterRangeDecodedInstruction.java | 36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction()
|
D | TwoRegisterDecodedInstruction.java | 35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction()
|
D | ThreeRegisterDecodedInstruction.java | 38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
|
D | FourRegisterDecodedInstruction.java | 41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
|
D | FiveRegisterDecodedInstruction.java | 44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
|
D | DecodedInstruction.java | 57 private final int target; field in DecodedInstruction 102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
|
D | InstructionCodec.java | 119 int target = (byte) byte1(opcodeUnit); // sign-extend in FORMAT_10T() local 137 int target = (short) in.read(); // sign-extend in FORMAT_20T() local 193 int target = (short) in.read(); // sign-extend in FORMAT_21T() local 325 int target = (short) in.read(); // sign-extend in FORMAT_22T() local 411 int target = in.readInt(); in FORMAT_30T() local 469 int target = baseAddress + in.readInt(); in FORMAT_31T() local
|
/dalvik/tests/046-reflect/src/ |
D | Main.java | 49 Class target = Target.class; in showStrings() local 67 Class target = otherpackage.Other.class; in checkAccess() local 108 Class target = Target.class; in run() local
|
/dalvik/vm/interp/ |
D | Stack.cpp | 1156 static void printWaitMessage(const DebugOutputTarget* target, const char* detail, Object* obj, in printWaitMessage() 1187 static void dumpFrames(const DebugOutputTarget* target, void* framePtr, in dumpFrames() 1303 void dvmDumpThreadStack(const DebugOutputTarget* target, Thread* thread) in dvmDumpThreadStack() 1319 void dvmDumpRunningThreadStack(const DebugOutputTarget* target, Thread* thread) in dvmDumpRunningThreadStack() 1386 void dvmDumpNativeStack(const DebugOutputTarget* target, pid_t tid) in dvmDumpNativeStack()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 40 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in markCard() local 285 ArmLIR *target) in genConditionalBranch() 616 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in genArrayObjectPut() local 948 static ArmLIR *genUnconditionalBranch(CompilationUnit *cUnit, ArmLIR *target) in genUnconditionalBranch() 1421 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in genMonitorPortable() local 1813 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in handleFmt21c_Fmt31c() local 1869 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in handleFmt21c_Fmt31c() local 2473 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in handleFmt22c() local 2518 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in handleFmt22c() local 2912 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); in handleFmt31t() local [all …]
|
D | Assemble.cpp | 958 intptr_t target = lirTarget->generic.offset; in assembleInstructions() local 988 intptr_t target = targetLIR->generic.offset; in assembleInstructions() local 1021 intptr_t target = targetLIR->generic.offset; in assembleInstructions() local 1035 intptr_t target = targetLIR->generic.offset; in assembleInstructions() local 1046 intptr_t target = lir->operands[1]; in assembleInstructions() local 1061 intptr_t target = lir->operands[1]; in assembleInstructions() local
|
D | ArchUtility.cpp | 206 intptr_t target = in buildInsnString() local
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
D | Gen.cpp | 240 ArmLIR *target; in genMonitorEnter() local 295 ArmLIR *target; in genMonitorExit() local
|
/dalvik/dx/src/com/android/dx/merge/ |
D | IndexMap.java | 41 private final DexBuffer target; field in IndexMap 53 public IndexMap(DexBuffer target, TableOfContents tableOfContents) { in IndexMap()
|