HomeSort by relevance Sort by last modified time
    Searched defs:tmid (Results 1 - 2 of 2) sorted by null

  /art/runtime/
trace.cc 103 static TraceAction DecodeTraceAction(uint32_t tmid) {
104 return static_cast<TraceAction>(tmid & kTraceMethodActionMask);
107 ArtMethod* Trace::DecodeTraceMethod(uint32_t tmid) {
109 return unique_methods_[tmid >> TraceActionBits];
129 uint32_t tmid = (EncodeTraceMethod(method) << TraceActionBits) | action; local
130 DCHECK_EQ(method, DecodeTraceMethod(tmid));
131 return tmid;
647 uint32_t tmid = ReadBytes(ptr + 2, sizeof(tmid)); local
648 ArtMethod* method = DecodeTraceMethod(tmid);
1008 uint32_t tmid = ReadBytes(ptr + 2, sizeof(tmid)); local
    [all...]
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp 4366 uint64_t thi = phi, tmid = pmid, tlo = plo; local
    [all...]

Completed in 67 milliseconds