Searched refs:dvmMethodTraceAdd (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DProfile.h135 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 DProfile.c516 * 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