HomeSort by relevance Sort by last modified time
    Searched refs:GetThreadStack (Results 1 - 4 of 4) sorted by null

  /art/runtime/native/
dalvik_system_VMStack.cc 28 static jobject GetThreadStack(JNIEnv* env, jobject peer) {
58 jobject trace = GetThreadStack(env, javaThread);
113 jobject trace = GetThreadStack(env, javaThread);
  /art/runtime/
utils.h 326 void GetThreadStack(pthread_t thread, void*& stack_base, size_t& stack_size);
utils.cc 82 void GetThreadStack(pthread_t thread, void*& stack_base, size_t& stack_size) {
    [all...]
thread.cc 420 GetThreadStack(pthread_self_, stack_base, stack_size);
432 // TODO: move this into the Linux GetThreadStack implementation.
    [all...]

Completed in 111 milliseconds