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

  /art/runtime/native/
java_lang_Throwable.cc 25 return soa.Self()->CreateInternalStackTrace(soa);
dalvik_system_VMStack.cc 32 return soa.Self()->CreateInternalStackTrace(soa);
42 trace = thread->CreateInternalStackTrace(soa);
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 67 trace = thread->CreateInternalStackTrace(soa);
  /art/runtime/
exception_test.cc 198 jobject internal = thread->CreateInternalStackTrace(soa);
thread.h 397 jobject CreateInternalStackTrace(const ScopedObjectAccessUnchecked& soa) const
400 // Convert an internal stack trace representation (returned by CreateInternalStackTrace) to a
thread.cc     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 572 jobject internal = Thread::Current()->CreateInternalStackTrace(soa);
  /art/runtime/interpreter/
interpreter.cc 205 result->SetL(soa.Decode<Object*>(self->CreateInternalStackTrace(soa)));
    [all...]

Completed in 886 milliseconds