HomeSort by relevance Sort by last modified time
    Searched defs:initial_length (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/common/dwarf/
bytereader.cc 66 const uint64 initial_length = ReadFourBytes(start); local
71 if (initial_length == 0xffffffff) {
79 return initial_length;
dwarf2reader.cc 225 const uint64 initial_length local
228 header_.length = initial_length;
537 const uint64 initial_length local
541 header_.total_length = initial_length;
    [all...]
  /external/v8/src/heap/
store-buffer.cc 63 int initial_length = static_cast<int>(kStoreBufferSize / kPointerSize); local
64 CHECK(initial_length > 0);
65 CHECK(initial_length <= kOldStoreBufferLength);
66 old_limit_ = old_start_ + initial_length;
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 1643 uint32_t initial_length = elfcpp::Swap_unaligned<32, big_endian>::readval(lineptr); local
    [all...]

Completed in 689 milliseconds