HomeSort by relevance Sort by last modified time
    Searched full:method_it (Results 1 - 1 of 1) sorted by null

  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 103 map<jmethodID, string>::iterator method_it = local
105 if (method_it == cls_info.method_names.end()) {
109 char const * method_name = ((string)method_it->second).c_str();
110 method_it = cls_info.method_signatures.find(method);
111 if (method_it == cls_info.method_signatures.end()) {
115 char const * method_signature = ((string)method_it->second).c_str();

Completed in 21 milliseconds