/dalvik/vm/ |
D | Exception.h | 93 INLINE Object* dvmGetException(Thread* self) { in dvmGetException() 100 INLINE void dvmSetException(Thread* self, Object* exception) in dvmSetException() 113 INLINE void dvmClearException(Thread* self) { in dvmClearException() 128 INLINE bool dvmCheckException(Thread* self) { in dvmCheckException()
|
D | Sync.cpp | 266 static void logContentionEvent(Thread *self, u4 waitMs, u4 samplePercent, in logContentionEvent() 342 static void lockMonitor(Thread* self, Monitor* mon) in lockMonitor() 415 static bool tryLockMonitor(Thread* self, Monitor* mon) in tryLockMonitor() 438 static bool unlockMonitor(Thread* self, Monitor* mon) in unlockMonitor() 615 static void waitMonitor(Thread* self, Monitor* mon, s8 msec, s4 nsec, in waitMonitor() 765 static void notifyMonitor(Thread* self, Monitor* mon) in notifyMonitor() 797 static void notifyAllMonitor(Thread* self, Monitor* mon) in notifyAllMonitor() 828 static void inflateMonitor(Thread *self, Object *obj) in inflateMonitor() 855 void dvmLockObject(Thread* self, Object *obj) in dvmLockObject() 1001 bool dvmUnlockObject(Thread* self, Object *obj) in dvmUnlockObject() [all …]
|
D | Thread.cpp | 376 void dvmLockThreadList(Thread* self) in dvmLockThreadList() 457 Thread* self = dvmThreadSelf(); in lockThreadSuspend() local 534 Thread* self = dvmThreadSelf(); // may be null in dvmSlayDaemons() local 658 Thread* self; in dvmPrepMainForJni() local 1057 Thread* self = (Thread*) arg; in threadExitCheck() local 1236 Thread* self = dvmThreadSelf(); in dvmCreateInterpThread() local 1458 Thread* self = (Thread*) arg; in interpThreadStart() local 1563 static void threadExitUncaughtException(Thread* self, Object* group) in threadExitUncaughtException() 1683 Thread* self = dvmThreadSelf(); in dvmCreateInternalThread() local 1774 Thread* self = NULL; in dvmAttachCurrentThread() local [all …]
|
D | JniInternal.h | 41 Thread* self; member 92 INLINE void dvmPopJniLocals(Thread* self, StackSaveArea* saveArea) in dvmPopJniLocals() 100 INLINE void dvmSetJniEnvThreadId(JNIEnv* pEnv, Thread* self) in dvmSetJniEnvThreadId()
|
D | Ddm.cpp | 42 Thread* self = dvmThreadSelf(); in dvmDdmHandlePacket() local 164 Thread* self = dvmThreadSelf(); in broadcast() local 428 Thread* self = dvmThreadSelf(); in dvmDdmGetStackTraceById() local
|
D | Exception.cpp | 114 Thread* self = dvmThreadSelf(); in dvmThrowChainedException() local 248 Thread* self) in initException() 460 void dvmClearOptException(Thread* self) in dvmClearOptException() 490 Thread* self = dvmThreadSelf(); in dvmWrapException() local 566 Thread* self = dvmThreadSelf(); in dvmPrintExceptionStackTrace() local 600 static int findCatchInMethod(Thread* self, const Method* method, int relPc, in findCatchInMethod() 715 int dvmFindCatchBlock(Thread* self, int relPc, Object* exception, in dvmFindCatchBlock() 1074 Thread* self = dvmThreadSelf(); in getExceptionMessage() local 1294 Thread* self = dvmThreadSelf(); in dvmThrowExceptionInInitializerError() local
|
D | Profile.cpp | 733 void dvmMethodTraceAdd(Thread* self, const Method* method, int action) in dvmMethodTraceAdd() 809 void dvmFastMethodTraceEnter(const Method* method, Thread* self) in dvmFastMethodTraceEnter() 821 void dvmFastMethodTraceExit(Thread* self) in dvmFastMethodTraceExit() 834 void dvmFastNativeMethodTraceExit(const Method* method, Thread* self) in dvmFastNativeMethodTraceExit()
|
D | Jni.cpp | 147 static void computeStackSum(Thread* self) { in computeStackSum() 165 static void checkStackSum(Thread* self) { in checkStackSum() 215 Thread* self = gDvmJni.workAroundAppJniBugs ? dvmThreadSelf() : mSelf; in ScopedJniThreadState() local 231 inline Thread* self() { in self() function in ScopedJniThreadState 293 Thread* self = dvmThreadSelf(); in dvmGetJNIEnvForThread() local 310 Object* dvmDecodeIndirectRef(Thread* self, jobject jobj) { in dvmDecodeIndirectRef() 379 static inline jobject addLocalReference(Thread* self, Object* obj) { in addLocalReference() 402 static bool ensureLocalCapacity(Thread* self, int capacity) { in ensureLocalCapacity() 411 static void deleteLocalReference(Thread* self, jobject jobj) { in deleteLocalReference() 647 Thread* self = dvmThreadSelf(); in dvmDumpJniReferenceTables() local [all …]
|
D | Native.cpp | 71 const Method* method, Thread* self) in dvmResolveNativeMethod() 266 Thread* self = dvmThreadSelf(); in checkOnLoadResult() local 381 Thread* self = dvmThreadSelf(); in dvmLoadNativeCode() local
|
D | SignalCatcher.cpp | 254 Thread* self = dvmThreadSelf(); in signalCatcherThreadStart() local
|
D | AllocTracker.cpp | 147 static void getStackFrames(Thread* self, AllocRecord* pRec) in getStackFrames() 189 Thread* self = dvmThreadSelf(); in dvmDoTrackAllocation() local
|
/dalvik/vm/alloc/ |
D | Heap.cpp | 141 Thread *self; in dvmLockHeap() local 164 Thread* self = dvmThreadSelf(); in gcForMalloc() local 283 Thread *self; in throwOOME() local 362 Thread* self = dvmThreadSelf(); in dvmMalloc() local 375 Thread* self = dvmThreadSelf(); in dvmMalloc() local 718 Thread *self = dvmThreadSelf(); in dvmWaitForConcurrentGcToComplete() local
|
D | Alloc.cpp | 81 Thread *self = dvmThreadSelf(); in dvmGcStartupClasses() local 93 Thread* self = dvmThreadSelf(); in createStockException() local 254 void dvmAddTrackedAlloc(Object* obj, Thread* self) in dvmAddTrackedAlloc() 275 void dvmReleaseTrackedAlloc(Object* obj, Thread* self) in dvmReleaseTrackedAlloc()
|
/dalvik/vm/interp/ |
D | Jit.cpp | 37 void* dvmSelfVerificationShadowSpaceAlloc(Thread* self) in dvmSelfVerificationShadowSpaceAlloc() 51 void dvmSelfVerificationShadowSpaceFree(Thread* self) in dvmSelfVerificationShadowSpaceFree() 70 Thread* self, int targetTrace) in dvmSelfVerificationSaveState() 134 Thread* self) in dvmSelfVerificationRestoreState() 185 static void selfVerificationDumpState(const u2* pc, Thread* self) in selfVerificationDumpState() 218 static void selfVerificationDumpTrace(const u2* pc, Thread* self) in selfVerificationDumpTrace() 264 void dvmCheckSelfVerification(const u2* pc, Thread* self) in dvmCheckSelfVerification() 546 void dvmJitEndTraceSelect(Thread* self, const u2* dPC) in dvmJitEndTraceSelect() 704 static void insertClassMethodInfo(Thread* self, in insertClassMethodInfo() 737 Thread *self) in insertMoveResult() [all …]
|
D | Stack.cpp | 63 static bool dvmPushInterpFrame(Thread* self, const Method* method) in dvmPushInterpFrame() 139 bool dvmPushJNIFrame(Thread* self, const Method* method) in dvmPushJNIFrame() 215 bool dvmPushLocalFrame(Thread* self, const Method* method) in dvmPushLocalFrame() 275 bool dvmPopLocalFrame(Thread* self) in dvmPopLocalFrame() 309 static bool dvmPopFrame(Thread* self) in dvmPopFrame() 355 static ClassObject* callPrep(Thread* self, const Method* method, Object* obj, in callPrep() 424 void dvmCallMethod(Thread* self, const Method* method, Object* obj, in dvmCallMethod() 442 void dvmCallMethodV(Thread* self, const Method* method, Object* obj, in dvmCallMethodV() 548 void dvmCallMethodA(Thread* self, const Method* method, Object* obj, in dvmCallMethodA() 662 Thread* self = dvmThreadSelf(); in dvmInvokeMethod() local [all …]
|
D | Interp.cpp | 138 Thread* self = dvmThreadSelf(); in dvmBreakpointSetLock() local 618 void dvmReportExceptionThrow(Thread* self, Object* exception) in dvmReportExceptionThrow() 645 void dvmReportInvoke(Thread* self, const Method* methodToCall) in dvmReportInvoke() 657 void dvmReportPreNativeInvoke(const Method* methodToCall, Thread* self, u4* fp) in dvmReportPreNativeInvoke() 680 void dvmReportPostNativeInvoke(const Method* methodToCall, Thread* self, u4* fp) in dvmReportPostNativeInvoke() 696 void dvmReportReturn(Thread* self) in dvmReportReturn() 732 Thread* self) in updateDebugger() 911 void dvmInterpCheckTrackedRefs(Thread* self, const Method* method, in dvmInterpCheckTrackedRefs() 1497 Thread* self = dvmThreadSelf(); in updateAllInterpBreak() local 1555 Thread* self = dvmThreadSelf(); in dvmCheckInterpStateConsistency() local [all …]
|
/dalvik/vm/native/ |
D | java_lang_Object.cpp | 64 const Method* method, Thread* self) in Dalvik_java_lang_Object_notify() 76 const Method* method, Thread* self) in Dalvik_java_lang_Object_notifyAll() 88 const Method* method, Thread* self) in Dalvik_java_lang_Object_wait()
|
D | InternalNative.cpp | 213 Thread* self = dvmThreadSelf(); in dvmFindClassByName() local
|
D | dalvik_system_DexFile.cpp | 378 Thread* self = dvmThreadSelf(); in Dalvik_dalvik_system_DexFile_defineClass() local 411 Thread* self = dvmThreadSelf(); in Dalvik_dalvik_system_DexFile_getClassNameList() local
|
D | dalvik_system_VMStack.cpp | 137 Thread* self = dvmThreadSelf(); in getTraceBuf() local
|
/dalvik/vm/mterp/ |
D | Mterp.cpp | 74 void dvmMterpStd(Thread* self) in dvmMterpStd()
|
/dalvik/vm/mterp/cstubs/ |
D | entry.cpp | 57 void dvmMterpStdBail(Thread* self) in dvmMterpStdBail()
|
/dalvik/vm/mterp/portable/ |
D | entry.cpp | 6 void dvmInterpretPortable(Thread* self)
|
/dalvik/vm/compiler/codegen/x86/ |
D | Assemble.cpp | 102 Thread *self, in dvmJitToPatchPredictedChain()
|
/dalvik/vm/reflect/ |
D | Annotation.cpp | 122 Thread* self = dvmThreadSelf(); in emptyAnnoArrayArray() local 321 Thread* self = dvmThreadSelf(); in processAnnotationValue() local 573 Thread* self = dvmThreadSelf(); in convertReturnType() local 647 Thread* self = dvmThreadSelf(); in createAnnotationMember() local 741 Thread* self = dvmThreadSelf(); in processEncodedAnnotation() local 2084 Thread* self = dvmThreadSelf(); in processAnnotationSetRefList() local
|