Home
last modified time | relevance | path

Searched defs:_method (Results 1 – 1 of 1) sorted by relevance

/art/tools/dmtracedump/
Dprofile.h39 #define METHOD_ID(_method) ((_method) & (~METHOD_ACTION_MASK)) argument
40 #define METHOD_ACTION(_method) (((unsigned int)(_method)) & METHOD_ACTION_MASK) argument
41 #define METHOD_COMBINE(_method, _action) ((_method) | (_action)) argument