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

  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 56 * returned array is map_length length, params map and map_length != 0
62 create_debug_line_info(jint map_length, jvmtiAddrLocationMap const * map,
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, map
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc 422 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/
heap-profile-table.cc 407 int map_length = snprintf(buf, size, "%s", kProcSelfMapsHeader); local
408 if (map_length < 0 || map_length >= size) return 0;
410 map_length += FillProcSelfMaps(buf + map_length, size - map_length, &dummy);
411 RAW_DCHECK(map_length <= size, "");
412 char* const map_start = buf + size - map_length; // move to end
413 memmove(map_start, buf, map_length);
414 size -= map_length;
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 336 PRUint32 map_length = OFFSET_BYTE(message_length) + 1; local
343 map_length);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 1105 CARD8 map_length; member in struct:__anon38806
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 1105 CARD8 map_length; member in struct:__anon40396
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 1105 CARD8 map_length; member in struct:__anon41911
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 2573 milliseconds