Lines Matching defs:method
105 uint32_t Trace::EncodeTraceMethod(ArtMethod* method) { in EncodeTraceMethod()
121 uint32_t Trace::EncodeTraceMethodAndAction(ArtMethod* method, TraceAction action) { in EncodeTraceMethodAndAction()
641 ArtMethod* method = DecodeTraceMethod(tmid); in DumpBuf() local
758 ArtMethod* method, in DexPcMoved()
766 ArtMethod* method, in FieldRead()
776 ArtMethod* method, in FieldWritten()
786 ArtMethod* method, uint32_t dex_pc ATTRIBUTE_UNUSED) { in MethodEntered()
795 ArtMethod* method, uint32_t dex_pc ATTRIBUTE_UNUSED, in MethodExited()
805 ArtMethod* method, uint32_t dex_pc ATTRIBUTE_UNUSED) { in MethodUnwind()
819 void Trace::Branch(Thread* /*thread*/, ArtMethod* method, in Branch()
827 ArtMethod* method, in InvokeVirtualOrInterface() argument
850 bool Trace::RegisterMethod(ArtMethod* method) { in RegisterMethod()
881 std::string Trace::GetMethodLine(ArtMethod* method) { in GetMethodLine()
915 void Trace::LogMethodTraceEvent(Thread* thread, ArtMethod* method, in LogMethodTraceEvent()
1009 ArtMethod* method = DecodeTraceMethod(tmid); in GetVisitedMethods() local
1016 for (const auto& method : visited_methods) { in DumpMethodList() local