OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:method_trace
(Results
1 - 2
of
2
) sorted by null
/art/runtime/mirror/
throwable.cc
63
ObjectArray<Object>*
method_trace
= down_cast<ObjectArray<Object>*>(stack_state);
local
64
int32_t depth =
method_trace
->GetLength() - 1;
65
IntArray* pc_trace = down_cast<IntArray*>(
method_trace
->Get(depth));
68
ArtMethod* method = down_cast<ArtMethod*>(
method_trace
->Get(i));
/art/runtime/
thread.cc
1384
mirror::ObjectArray<mirror::Object>*
method_trace
=
local
[
all
...]
Completed in 46 milliseconds