HomeSort by relevance Sort by last modified time
    Searched full:method_signature (Results 1 - 12 of 12) 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/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_manager_jni.cc 104 const char* method_signature) {
106 method_signature);
audio_manager_jni.h 57 const char* method_signature);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckSignatureAdapter.java 51 public static final int METHOD_SIGNATURE = 1;
102 * {@link #CLASS_SIGNATURE}, {@link #METHOD_SIGNATURE} and
168 if (type != METHOD_SIGNATURE
179 if (type != METHOD_SIGNATURE
TraceAbstractVisitor.java 70 public static final int METHOD_SIGNATURE = 4;
169 || type == METHOD_SIGNATURE)
TraceClassVisitor.java 403 appendDescriptor(METHOD_SIGNATURE, signature);
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.cpp 369 static int CountMethodArgs(const char *method_signature)
373 for (const char *colon_pos = strchr(method_signature, ':');
  /external/oprofile/libregex/
demangle_java_symbol.cpp 34 * method_signature:
  /art/runtime/
reflection_test.cc 87 const char* method_signature)
110 *method = is_static ? c->FindDirectMethod(method_name, method_signature)
111 : c->FindVirtualMethod(method_name, method_signature);
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-util-3.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-util-4.0.jar 

Completed in 241 milliseconds