Searched defs:DecodeTraceMethod (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Dtrace.cc99 ArtMethod* Trace::DecodeTraceMethod(uint32_t tmid) { function in class:art::Trace
122 DCHECK_EQ(method, DecodeTraceMethod(tmid));
630 ArtMethod* method = DecodeTraceMethod(tmid);
982 ArtMethod* method = DecodeTraceMethod(tmid);

Completed in 53 milliseconds