Home
last modified time | relevance | path

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

/dalvik/vm/
DJni.cpp1189 ScopedJniThreadState ts(env); in GetVersion() local
1206 ScopedJniThreadState ts(env); in DefineClass() local
1226 ScopedJniThreadState ts(env); in FindClass() local
1265 ScopedJniThreadState ts(env); in GetSuperclass() local
1276 ScopedJniThreadState ts(env); in IsAssignableFrom() local
1286 ScopedJniThreadState ts(env); in FromReflectedMethod() local
1295 ScopedJniThreadState ts(env); in FromReflectedField() local
1308 ScopedJniThreadState ts(env); in ToReflectedMethod() local
1323 ScopedJniThreadState ts(env); in ToReflectedField() local
1334 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
746 ScopedCheckJniThreadState ts(mEnv); in checkArray() local
788 ScopedCheckJniThreadState ts(mEnv); in checkObject() local
966 ScopedCheckJniThreadState ts(mEnv); in checkInstance() local
1274 ScopedCheckJniThreadState ts(env); in createGuardedPACopy() local
1291 ScopedCheckJniThreadState ts(env); in releaseGuardedPACopy() local
[all …]
DSync.cpp549 static void absoluteTime(s8 msec, s4 nsec, struct timespec *ts) in absoluteTime()
582 struct timespec ts; in dvmRelativeCondWait() local
619 struct timespec ts; in waitMonitor() local
/dalvik/vm/analysis/
DDexPrepare.cpp1442 } ts; in writeChunk() member