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

  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 66 passed_methods->method_signature;
115 char const * method_signature = ((string)method_it->second).c_str(); local
123 << method_signature
130 strlen(method_signature) + 2;
134 strncat(buf, method_signature, cnt - strlen(buf) - 1);
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 122 char * method_signature = NULL; local
164 &method_signature, NULL);
172 method_signature, code_addr, code_size);
177 strlen(method_signature) + 2;
181 strncat(buf, method_signature, cnt - strlen(buf) - 1);
197 (*jvmti)->Deallocate(jvmti, (unsigned char *)method_signature);

Completed in 155 milliseconds