HomeSort by relevance Sort by last modified time
    Searched full:method_signature (Results 1 - 4 of 4) 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);
  /external/oprofile/libregex/
demangle_java_symbol.cpp 34 * method_signature:
  /prebuilts/tools/common/asm-tools/
asm-util-4.0.jar 

Completed in 110 milliseconds