Searched refs:map_length (Results 1 - 5 of 5) sorted by relevance

/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c56 * returned array is map_length length, params map and map_length != 0
62 create_debug_line_info(jint map_length, jvmtiAddrLocationMap const * map, argument
70 for (i = 0; i < map_length; ++i) {
84 debug_line = calloc(map_length, sizeof(struct debug_line_info));
88 for (i = 0; i < map_length; ++i) {
103 for (i = 0; i < map_length; ++i) {
116 jint map_length, jvmtiAddrLocationMap const * map,
136 if (can_get_line_numbers && map_length && map) {
146 create_debug_line_info(map_length, ma
114 cb_compiled_method_load(jvmtiEnv * jvmti, jmethodID method, jint code_size, void const * code_addr, jint map_length, jvmtiAddrLocationMap const * map, void const * compile_info) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc422 int map_length = snprintf(buf, size, "%s", kProcSelfMapsHeader); local
423 if (map_length < 0 || map_length >= size) return 0;
425 map_length += FillProcSelfMaps(buf + map_length, size - map_length, &dummy);
426 RAW_DCHECK(map_length <= size, "");
427 char* const map_start = buf + size - map_length; // move to end
428 memmove(map_start, buf, map_length);
429 size -= map_length;
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.cc410 int map_length = snprintf(buf, size, "%s", kProcSelfMapsHeader); local
411 if (map_length < 0 || map_length >= size) return 0;
413 map_length += FillProcSelfMaps(buf + map_length, size - map_length, &dummy);
414 RAW_DCHECK(map_length <= size, "");
415 char* const map_start = buf + size - map_length; // move to end
416 memmove(map_start, buf, map_length);
417 size -= map_length;
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Ddtlscon.c336 PRUint32 map_length = OFFSET_BYTE(message_length) + 1; local
343 map_length);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 160 milliseconds