OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateInternalStackTrace
(Results
1 - 9
of
9
) sorted by null
/art/runtime/native/
java_lang_Throwable.cc
25
return soa.Self()->
CreateInternalStackTrace
<false>(soa);
dalvik_system_VMStack.cc
33
trace = soa.Self()->
CreateInternalStackTrace
<false>(soa);
48
trace = thread->
CreateInternalStackTrace
<false>(soa);
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc
52
jobject internal_trace = self->
CreateInternalStackTrace
<false>(soa);
73
jobject internal_trace = thread->
CreateInternalStackTrace
<false>(soa);
/art/runtime/
exception_test.cc
218
jobject internal = thread->
CreateInternalStackTrace
<false>(soa);
thread.cc
[
all
...]
thread.h
470
jobject
CreateInternalStackTrace
(const ScopedObjectAccessAlreadyRunnable& soa) const
473
// Convert an internal stack trace representation (returned by
CreateInternalStackTrace
) to a
[
all
...]
/art/runtime/entrypoints/
entrypoint_utils.cc
171
stack_state_val.reset(soa.Self()->
CreateInternalStackTrace
<false>(soa));
/art/runtime/interpreter/
interpreter.cc
82
result->SetL(soa.Decode<Object*>(self->
CreateInternalStackTrace
<true>(soa)));
84
result->SetL(soa.Decode<Object*>(self->
CreateInternalStackTrace
<false>(soa)));
/art/compiler/jni/
jni_compiler_test.cc
790
jobject internal = Thread::Current()->
CreateInternalStackTrace
<false>(soa);
[
all
...]
Completed in 37 milliseconds