OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodExited
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
trace.h
78
virtual void
MethodExited
(Thread* thread, mirror::Object* this_object,
instrumentation.h
56
virtual void
MethodExited
(Thread* thread, mirror::Object* this_object,
62
//
MethodExited
call-back or a MethodUnwind call-back when its activation is removed.
instrumentation.cc
428
cur->
MethodExited
(thread, this_object, method, dex_pc, return_value);
trace.cc
562
void Trace::
MethodExited
(Thread* thread, mirror::Object* this_object,
debugger.cc
127
virtual void
MethodExited
(Thread* thread, mirror::Object* this_object,
[
all
...]
Completed in 40 milliseconds