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

  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 120 char * class_signature = NULL; local
159 &class_signature, NULL);
171 declaring_class, class_signature, method_name,
176 int cnt = strlen(method_name) + strlen(class_signature) +
179 strncpy(buf, class_signature, cnt - 1);
199 (*jvmti)->Deallocate(jvmti, (unsigned char *)class_signature);
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 117 string const class_signature = "L" + cls_info.name + ";"; local
121 cerr << "load: class=" << class_signature << ", method ="
129 int cnt = strlen(method_name) + strlen(class_signature.c_str()) +
132 strncpy(buf, class_signature.c_str(), cnt - 1);

Completed in 651 milliseconds