Home
last modified time | relevance | path

Searched refs:METHOD_ACTION_MASK (Results 1 – 1 of 1) sorted by relevance

/art/tools/dmtracedump/
Dprofile.h38 #define METHOD_ACTION_MASK 0x03 /* two bits */ macro
39 #define METHOD_ID(_method) ((_method) & (~METHOD_ACTION_MASK))
40 #define METHOD_ACTION(_method) (((unsigned int)(_method)) & METHOD_ACTION_MASK)