HomeSort by relevance Sort by last modified time
    Searched refs:MethodContextMap (Results 1 - 2 of 2) sorted by null

  /art/runtime/
profiler.h 129 typedef std::map<MethodReference, TrieNodeSet*, MethodReferenceComparator> MethodContextMap;
130 MethodContextMap *method_context_table;
profiler.cc 550 method_context_table = new MethodContextMap();
553 MethodContextMap::iterator i = method_context_table->find(method);

Completed in 259 milliseconds