HomeSort by relevance Sort by last modified time
    Searched refs:map_length (Results 1 - 3 of 3) 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/v8/test/cctest/
test-log.cc 852 const size_t map_length = bounds.Length(); local
853 entities_map = i::NewArray<int>(static_cast<int>(map_length));
854 for (size_t i = 0; i < map_length; ++i) {
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 1105 CARD8 map_length; member in struct:__anon20238
    [all...]

Completed in 290 milliseconds