Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 37) sorted by relevance

12

/dalvik/dexgen/src/com/android/dexgen/dex/code/
DTargetInsn.java27 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/
DTargetInsn.java27 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/
DSwitchList.java127 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
DBytecodeArray.java703 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()
DMachine.java174 public void auxTargetArg(int target); in auxTargetArg()
/dalvik/dexgen/src/com/android/dexgen/util/
DDexJarMaker.java50 JarOutputStream target = null; in create() local
78 private void add(File source, JarOutputStream target) throws IOException { in add()
/dalvik/vm/
DSignalCatcher.cpp75 static void printProcessName(const DebugOutputTarget* target) in printProcessName()
104 DebugOutputTarget target; in logThreadStacks() local
152 DebugOutputTarget target; in handleSigQuit() local
DMisc.cpp137 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()
DThread.cpp535 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/
DZeroRegisterDecodedInstruction.java29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction()
DOneRegisterDecodedInstruction.java32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction()
DRegisterRangeDecodedInstruction.java36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction()
DTwoRegisterDecodedInstruction.java35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction()
DThreeRegisterDecodedInstruction.java38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
DFourRegisterDecodedInstruction.java41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
DFiveRegisterDecodedInstruction.java44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
DDecodedInstruction.java57 private final int target; field in DecodedInstruction
102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
DInstructionCodec.java119 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/
DMain.java49 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/
DStack.cpp1156 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/
DCodegenDriver.cpp40 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 …]
DAssemble.cpp958 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
DArchUtility.cpp206 intptr_t target = in buildInsnString() local
/dalvik/vm/compiler/codegen/arm/Thumb2/
DGen.cpp240 ArmLIR *target; in genMonitorEnter() local
295 ArmLIR *target; in genMonitorExit() local
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java41 private final DexBuffer target; field in IndexMap
53 public IndexMap(DexBuffer target, TableOfContents tableOfContents) { in IndexMap()

12