Searched refs:dvmMethodTraceAdd (Results 1 - 2 of 2) sorted by relevance
/dalvik/vm/ |
H A D | Profile.h | 135 dvmMethodTraceAdd(_self, _method, METHOD_TRACE_ENTER); \ 144 dvmMethodTraceAdd(_self, _method, METHOD_TRACE_EXIT); \ 153 dvmMethodTraceAdd(_self, _method, METHOD_TRACE_UNROLL); \ 164 void dvmMethodTraceAdd(struct Thread* self, const Method* method, int action);
|
H A D | Profile.c | 516 * to stall here for at least as long as dvmMethodTraceAdd needs 669 void dvmMethodTraceAdd(Thread* self, const Method* method, int action) function
|
Completed in 40 milliseconds