Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc100 ArtMethod* Trace::DecodeTraceMethod(uint32_t tmid) { in DecodeTraceMethod() function in art::Trace
123 DCHECK_EQ(method, DecodeTraceMethod(tmid)); in EncodeTraceMethodAndAction()
641 ArtMethod* method = DecodeTraceMethod(tmid); in DumpBuf()
1009 ArtMethod* method = DecodeTraceMethod(tmid); in GetVisitedMethods()
Dtrace.h234 ArtMethod* DecodeTraceMethod(uint32_t tmid) REQUIRES(!*unique_methods_lock_);