Home
last modified time | relevance | path

Searched refs:method_name_ (Results 1 – 6 of 6) sorted by relevance

/art/test/570-checker-osr/
Dosr.cc33 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::OsrVisitor
95 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::ProfilingInfoVisitor
129 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
/art/test/595-profile-saving/
Dprofile-saving.cc39 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
/art/runtime/mirror/
Dstack_trace_element.h39 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(StackTraceElement, method_name_)); in GetMethodName()
68 HeapReference<String> method_name_; variable
Dstack_trace_element.cc62 SetFieldObject<kTransactionActive>(OFFSET_OF_OBJECT_MEMBER(StackTraceElement, method_name_), in Init()
/art/runtime/
Dprofiler.h249 method_name_(method_name), count_(count), method_size_(method_size), in ProfileData()
260 std::string method_name_; // Method name.
Dclass_linker_test.cc559 addOffset(OFFSETOF_MEMBER(mirror::StackTraceElement, method_name_), "methodName"); in StackTraceElementOffsets()