OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:javathread
(Results
1 - 1
of
1
) sorted by null
/art/runtime/native/
dalvik_system_VMStack.cc
56
static jint VMStack_fillStackTraceElements(JNIEnv* env, jclass, jobject
javaThread
,
58
jobject trace = GetThreadStack(env,
javaThread
);
112
static jobjectArray VMStack_getThreadStackTrace(JNIEnv* env, jclass, jobject
javaThread
) {
113
jobject trace = GetThreadStack(env,
javaThread
);
Completed in 26 milliseconds