/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() 413 static bool tryLockMonitor(Thread* self, Monitor* mon) in tryLockMonitor() 436 static bool unlockMonitor(Thread* self, Monitor* mon) in unlockMonitor() 613 static void waitMonitor(Thread* self, Monitor* mon, s8 msec, s4 nsec, in waitMonitor() 764 static void notifyMonitor(Thread* self, Monitor* mon) in notifyMonitor() 796 static void notifyAllMonitor(Thread* self, Monitor* mon) in notifyAllMonitor() 827 static void inflateMonitor(Thread *self, Object *obj) in inflateMonitor() 854 void dvmLockObject(Thread* self, Object *obj) in dvmLockObject() 1000 bool dvmUnlockObject(Thread* self, Object *obj) in dvmUnlockObject() [all …]
|
D | Thread.cpp | 372 void dvmLockThreadList(Thread* self) in dvmLockThreadList() 453 Thread* self = dvmThreadSelf(); in lockThreadSuspend() local 530 Thread* self = dvmThreadSelf(); // may be null in dvmSlayDaemons() local 654 Thread* self; in dvmPrepMainForJni() local 1053 Thread* self = (Thread*) arg; in threadExitCheck() local 1232 Thread* self = dvmThreadSelf(); in dvmCreateInterpThread() local 1454 Thread* self = (Thread*) arg; in interpThreadStart() local 1559 static void threadExitUncaughtException(Thread* self, Object* group) in threadExitUncaughtException() 1679 Thread* self = dvmThreadSelf(); in dvmCreateInternalThread() local 1770 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() 198 static inline Thread* self(JNIEnv* env) { in self() function 202 Thread* self = gDvmJni.workAroundAppJniBugs ? dvmThreadSelf() : envSelf; in self() local 232 Thread* self() { in self() function in ScopedJniThreadState 294 Thread* self = dvmThreadSelf(); in dvmGetJNIEnvForThread() local 677 Thread* self = dvmThreadSelf(); in dvmDumpJniReferenceTables() local 940 static void logNativeMethodExit(const Method* method, Thread* self, const JValue returnValue) in logNativeMethodExit() 983 static void trackMonitorEnter(Thread* self, Object* obj) { in trackMonitorEnter() 1009 static void trackMonitorExit(Thread* self, Object* obj) { in trackMonitorExit() [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 714 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 | 59 static bool dvmPushInterpFrame(Thread* self, const Method* method) in dvmPushInterpFrame() 135 bool dvmPushJNIFrame(Thread* self, const Method* method) in dvmPushJNIFrame() 211 bool dvmPushLocalFrame(Thread* self, const Method* method) in dvmPushLocalFrame() 271 bool dvmPopLocalFrame(Thread* self) in dvmPopLocalFrame() 305 static bool dvmPopFrame(Thread* self) in dvmPopFrame() 351 static ClassObject* callPrep(Thread* self, const Method* method, Object* obj, in callPrep() 420 void dvmCallMethod(Thread* self, const Method* method, Object* obj, in dvmCallMethod() 438 void dvmCallMethodV(Thread* self, const Method* method, Object* obj, in dvmCallMethodV() 545 void dvmCallMethodA(Thread* self, const Method* method, Object* obj, in dvmCallMethodA() 660 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
|