Searched defs:target (Results 26 - 37 of 37) sorted by relevance

12

/dalvik/vm/
H A DMisc.cpp137 void dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority, argument
140 assert(target != NULL);
143 target->which = kDebugTargetLog;
144 target->data.log.priority = priority;
145 target->data.log.tag = tag;
151 void dvmCreateFileOutputTarget(DebugOutputTarget* target, FILE* fp) argument
153 assert(target != NULL);
156 target->which = kDebugTargetFile;
157 target->data.file.fp = fp;
161 * Free "target" an
163 dvmFreeOutputTarget(DebugOutputTarget* target) argument
171 dvmPrintDebugMessage(const DebugOutputTarget* target, const char* format, ...) argument
[all...]
H A DThread.cpp535 Thread* target; local
544 target = gDvm.threadList;
545 while (target != NULL) {
546 if (target == self) {
547 target = target->next;
551 if (!dvmGetFieldBoolean(target->threadObj,
556 threadId, target->threadId);
559 std::string threadName(dvmGetThreadName(target));
561 threadId, target
[all...]
H A DJni.cpp625 void dvmDumpJniStats(DebugOutputTarget* target) { argument
626 dvmPrintDebugMessage(target, "JNI: CheckJNI is %s", gDvmJni.useCheckJni ? "on" : "off");
628 dvmPrintDebugMessage(target, " (with forcecopy)");
630 dvmPrintDebugMessage(target, "; workarounds are %s", gDvmJni.workAroundAppJniBugs ? "on" : "off");
633 dvmPrintDebugMessage(target, "; pins=%d", dvmReferenceTableEntries(&gDvm.jniPinRefTable));
637 dvmPrintDebugMessage(target, "; globals=%d", gDvm.jniGlobalRefTable.capacity());
643 dvmPrintDebugMessage(target, " (plus %d weak)", weaks);
647 dvmPrintDebugMessage(target, "\n\n");
1057 * of calling through a bridge, the target method is called directly.)
/dalvik/vm/jdwp/
H A DJdwpEvent.cpp417 static bool patternMatch(const char* pattern, const char* target) argument
422 int targetLen = strlen(target);
426 pattern+1, target + (targetLen-patLen));
430 return strcmp(pattern+1, target + (targetLen-patLen)) == 0;
432 return strncmp(pattern, target, patLen-1) == 0;
434 return strcmp(pattern, target) == 0;
/dalvik/vm/compiler/
H A DFrontend.cpp65 unsigned int *target, bool *isInvoke,
75 *target = UNKNOWN_TARGET;
93 *target = (unsigned int) calleeMethod->insns;
105 *target = (unsigned int) calleeMethod->insns;
117 *target = (unsigned int) calleeMethod->insns;
128 *target = (unsigned int) calleeMethod->insns;
137 *target = curOffset + (int) insn->dalvikInsn.vA;
146 *target = curOffset + (int) insn->dalvikInsn.vC;
155 *target = curOffset + (int) insn->dalvikInsn.vB;
417 * target
63 findBlockBoundary(const Method *caller, MIR *insn, unsigned int curOffset, unsigned int *target, bool *isInvoke, const Method **callee) argument
906 int target = curOffset; local
[all...]
H A DCompilerIR.h85 struct LIR *target; member in struct:LIR
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp64 * t -> pc-relative target
65 * u -> 1st half of bl[x] target
66 * v -> 2nd half ob bl[x] target
962 ArmLIR *lirTarget = (ArmLIR *) lir->generic.target;
964 intptr_t target = lirTarget->generic.offset; local
965 int delta = target - pc;
992 ArmLIR *targetLIR = (ArmLIR *) lir->generic.target;
994 intptr_t target = targetLIR->generic.offset; local
995 int delta = target - pc;
1005 newInst->generic.target
1027 intptr_t target = targetLIR->generic.offset; local
1041 intptr_t target = targetLIR->generic.offset; local
1052 intptr_t target = lir->operands[1]; local
1067 intptr_t target = lir->operands[1]; local
[all...]
H A DCodegenDriver.cpp40 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); local
41 target->defMask = ENCODE_ALL;
42 branchOver->generic.target = (LIR *)target;
256 * for Thumb-only target since LR cannot be directly accessed in
258 * frame pointer and cannot be the target of the emulated heap
285 ArmLIR *target)
288 branch->generic.target = (LIR *) target;
616 ArmLIR *target local
283 genConditionalBranch(CompilationUnit *cUnit, ArmConditionCode cond, ArmLIR *target) argument
956 genUnconditionalBranch(CompilationUnit *cUnit, ArmLIR *target) argument
1429 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); local
1821 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); local
1877 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); local
2476 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); local
2521 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); local
2915 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); local
2978 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); local
3285 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); local
3623 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); local
3734 ArmLIR *target = newLIR0(cUnit, kArmPseudoTargetLabel); local
[all...]
/dalvik/vm/compiler/codegen/mips/
H A DAssemble.cpp65 * t -> pc-relative target
66 * T -> pc-region target
67 * u -> 1st half of bl[x] target
68 * v -> 2nd half ob bl[x] target
453 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target;
455 intptr_t target = targetLIR->generic.offset; local
456 int delta = target - pc;
467 MipsLIR *targetLIR = (MipsLIR *) lir->generic.target;
469 intptr_t target = targetLIR->generic.offset; local
470 int delta = target
483 intptr_t target = targetLIR->generic.offset; local
496 intptr_t target = lir->operands[0]; local
506 intptr_t target = startAddr + targetLIR->generic.offset; local
510 intptr_t target = startAddr + targetLIR->generic.offset; local
[all...]
H A DCodegenDriver.cpp40 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); local
41 target->defMask = ENCODE_ALL;
42 branchOver->generic.target = (LIR *)target;
322 * for Thumb-only target since LR cannot be directly accessed in
324 * frame pointer and cannot be the target of the emulated heap
351 MipsLIR *target)
354 branch->generic.target = (LIR *) target;
677 MipsLIR *target local
349 genConditionalBranchMips(CompilationUnit *cUnit, MipsOpCode opc, int rs, int rt, MipsLIR *target) argument
1001 genUnconditionalBranch(CompilationUnit *cUnit, MipsLIR *target) argument
1497 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); local
1891 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); local
1946 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); local
2541 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); local
2586 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); local
3011 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); local
3077 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); local
3420 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); local
3768 MipsLIR *target = newLIR0(cUnit, kMipsPseudoTargetLabel); local
[all...]
/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp412 native code at B: jump relOffset (target is A)
415 Argument "target" is equal to A - B. To determine size of the immediate, we check tha value of "target - size of the jump instructoin"
417 OpndSize estOpndSizeFromImm(int target) { argument
418 if(target-MIN_JCC_SIZE < 128 && target-MAX_JCC_SIZE >= -128) return OpndSize_8;
420 if(target-MIN_JCC_SIZE < 32768 && target-MAX_JCC_SIZE >= -32768) return OpndSize_16;
451 \brief check whether a branch target is already handled, if yes, return the size of the immediate; otherwise, call insertShortWorklist or insertLabelWorklist.
453 If the branch target i
457 getRelativeOffset(const char* target, bool isShortTerm, JmpCall_type type, bool* unknown, OpndSize* immSize) argument
531 conditional_jump(ConditionCode cc, const char* target, bool isShortTerm) argument
555 unconditional_jump(const char* target, bool isShortTerm) argument
587 conditional_jump_int(ConditionCode cc, int target, OpndSize size) argument
595 unconditional_jump_int(int target, OpndSize size) argument
612 call(const char* target) argument
[all...]
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 213 milliseconds

12