Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/
DJni.cpp1185 ScopedJniThreadState ts(env); in GetVersion() local
1202 ScopedJniThreadState ts(env); in DefineClass() local
1222 ScopedJniThreadState ts(env); in FindClass() local
1261 ScopedJniThreadState ts(env); in GetSuperclass() local
1272 ScopedJniThreadState ts(env); in IsAssignableFrom() local
1282 ScopedJniThreadState ts(env); in FromReflectedMethod() local
1291 ScopedJniThreadState ts(env); in FromReflectedField() local
1304 ScopedJniThreadState ts(env); in ToReflectedMethod() local
1319 ScopedJniThreadState ts(env); in ToReflectedField() local
1330 ScopedJniThreadState ts(env); in Throw() local
[all …]
DCheckJni.cpp293 ScopedCheckJniThreadState ts(mEnv); in checkFieldTypeForSet() local
342 ScopedCheckJniThreadState ts(mEnv); in checkInstanceFieldID() local
415 ScopedCheckJniThreadState ts(mEnv); in checkStaticFieldID() local
438 ScopedCheckJniThreadState ts(mEnv); in checkStaticMethod() local
459 ScopedCheckJniThreadState ts(mEnv); in checkVirtualMethod() local
743 ScopedCheckJniThreadState ts(mEnv); in checkArray() local
785 ScopedCheckJniThreadState ts(mEnv); in checkObject() local
953 ScopedCheckJniThreadState ts(mEnv); in checkInstance() local
1261 ScopedCheckJniThreadState ts(env); in createGuardedPACopy() local
1278 ScopedCheckJniThreadState ts(env); in releaseGuardedPACopy() local
[all …]
DSync.cpp553 static void absoluteTime(s8 msec, s4 nsec, struct timespec *ts) in absoluteTime()
586 struct timespec ts; in dvmRelativeCondWait() local
623 struct timespec ts; in waitMonitor() local
/dalvik/vm/analysis/
DDexPrepare.cpp1442 } ts; in writeChunk() member