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

  /art/runtime/
trace.cc 80 static TraceAction DecodeTraceAction(uint32_t tmid) {
81 return static_cast<TraceAction>(tmid & kTraceMethodActionMask);
84 ArtMethod* Trace::DecodeTraceMethod(uint32_t tmid) {
86 return unique_methods_[tmid >> TraceActionBits];
106 uint32_t tmid = (EncodeTraceMethod(method) << TraceActionBits) | action; local
107 DCHECK_EQ(method, DecodeTraceMethod(tmid));
108 return tmid;
606 uint32_t tmid = ReadBytes(ptr + 2, sizeof(tmid)); local
607 ArtMethod* method = DecodeTraceMethod(tmid);
990 uint32_t tmid = ReadBytes(ptr + 2, sizeof(tmid)); local
    [all...]
trace.h 294 ArtMethod* DecodeTraceMethod(uint32_t tmid) REQUIRES(!unique_methods_lock_);
  /external/pdfium/core/fxcrt/
cfx_decimal.cpp 228 uint64_t thi = phi, tmid = pmid, tlo = plo; local
229 if (decimal_helper_div10(thi, tmid, tlo) != 0)
233 pmid = tmid;

Completed in 163 milliseconds