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

  /art/runtime/
trace.h 225 ArtMethod* DecodeTraceMethod(uint32_t tmid) LOCKS_EXCLUDED(unique_methods_lock_);
trace.cc 99 ArtMethod* Trace::DecodeTraceMethod(uint32_t tmid) {
122 DCHECK_EQ(method, DecodeTraceMethod(tmid));
630 ArtMethod* method = DecodeTraceMethod(tmid);
    [all...]

Completed in 66 milliseconds