Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dprofile.h40 #define METHOD_ACTION(_method) (((unsigned int)(_method)) & METHOD_ACTION_MASK) macro
Dtracedump.cc1077 int32_t action = METHOD_ACTION(methodVal); in dumpTrace()
2066 int32_t action = METHOD_ACTION(methodVal); in parseDataKeys()