Searched refs:map_length (Results 1 – 4 of 4) sorted by relevance
/external/oprofile/agents/jvmti/ |
D | libjvmti_oprofile.c | 62 create_debug_line_info(jint map_length, jvmtiAddrLocationMap const * map, in create_debug_line_info() argument 70 for (i = 0; i < map_length; ++i) { in create_debug_line_info() 84 debug_line = calloc(map_length, sizeof(struct debug_line_info)); in create_debug_line_info() 88 for (i = 0; i < map_length; ++i) { in create_debug_line_info() 103 for (i = 0; i < map_length; ++i) { in create_debug_line_info() 116 jint map_length, jvmtiAddrLocationMap const * map, in cb_compiled_method_load() argument 136 if (can_get_line_numbers && map_length && map) { in cb_compiled_method_load() 146 create_debug_line_info(map_length, map, in cb_compiled_method_load() 191 if (op_write_debug_line_info(agent_hdl, code_addr, map_length, in cb_compiled_method_load()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | heap-profile-table.cc | 422 int map_length = snprintf(buf, size, "%s", kProcSelfMapsHeader); in FillOrderedProfile() local 423 if (map_length < 0 || map_length >= size) return 0; in FillOrderedProfile() 425 map_length += FillProcSelfMaps(buf + map_length, size - map_length, &dummy); in FillOrderedProfile() 426 RAW_DCHECK(map_length <= size, ""); in FillOrderedProfile() 427 char* const map_start = buf + size - map_length; // move to end in FillOrderedProfile() 428 memmove(map_start, buf, map_length); in FillOrderedProfile() 429 size -= map_length; in FillOrderedProfile() 451 memmove(buf + bucket_length, map_start, map_length); // close the gap in FillOrderedProfile() 453 return bucket_length + map_length; in FillOrderedProfile()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | heap-profile-table.cc | 410 int map_length = snprintf(buf, size, "%s", kProcSelfMapsHeader); in FillOrderedProfile() local 411 if (map_length < 0 || map_length >= size) return 0; in FillOrderedProfile() 413 map_length += FillProcSelfMaps(buf + map_length, size - map_length, &dummy); in FillOrderedProfile() 414 RAW_DCHECK(map_length <= size, ""); in FillOrderedProfile() 415 char* const map_start = buf + size - map_length; // move to end in FillOrderedProfile() 416 memmove(map_start, buf, map_length); in FillOrderedProfile() 417 size -= map_length; in FillOrderedProfile() 442 memmove(buf + bucket_length, map_start, map_length); // close the gap in FillOrderedProfile() 444 return bucket_length + map_length; in FillOrderedProfile()
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | dtlscon.c | 336 PRUint32 map_length = OFFSET_BYTE(message_length) + 1; in dtls_HandleHandshake() local 343 map_length); in dtls_HandleHandshake()
|