Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc123 static mirror::ArtMethod* DecodeTraceMethodId(uint32_t tmid) { in DecodeTraceMethodId()
127 static TraceAction DecodeTraceAction(uint32_t tmid) { in DecodeTraceAction()
133 uint32_t tmid = PointerToLowMemUInt32(method) | action; in EncodeTraceMethodAndAction() local
498 uint32_t tmid = ptr[2] | (ptr[3] << 8) | (ptr[4] << 16) | (ptr[5] << 24); in DumpBuf() local
694 uint32_t tmid = ptr[2] | (ptr[3] << 8) | (ptr[4] << 16) | (ptr[5] << 24); in GetVisitedMethods() local