Searched refs:method_name_ (Results 1 – 6 of 6) sorted by relevance
33 method_name_(method_name), in OsrVisitor()41 if (m_name.compare(method_name_) == 0) { in VisitFrame()54 const char* const method_name_; member in art::OsrVisitor95 method_name_(method_name) {} in ProfilingInfoVisitor()101 if (m_name.compare(method_name_) == 0) { in VisitFrame()108 const char* const method_name_; member in art::ProfilingInfoVisitor129 method_name_(method_name) {} in OsrCheckVisitor()136 if (m_name.compare(method_name_) == 0) { in VisitFrame()148 const char* const method_name_; member in art::OsrCheckVisitor
39 method_name_(method_name) {} in CreateProfilingInfoVisitor()45 if (m_name.compare(method_name_) == 0) { in VisitFrame()54 const char* const method_name_; member in art::__anon1f5b08430111::CreateProfilingInfoVisitor
39 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(StackTraceElement, method_name_)); in GetMethodName()68 HeapReference<String> method_name_; variable
62 SetFieldObject<kTransactionActive>(OFFSET_OF_OBJECT_MEMBER(StackTraceElement, method_name_), in Init()
249 method_name_(method_name), count_(count), method_size_(method_size), in ProfileData()260 std::string method_name_; // Method name.
559 addOffset(OFFSETOF_MEMBER(mirror::StackTraceElement, method_name_), "methodName"); in StackTraceElementOffsets()