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

  /external/google-breakpad/src/processor/
static_contained_range_map-inl.h 49 entry_size_(*(reinterpret_cast<const uint32_t*>(base + sizeof(base_)))),
51 base + sizeof(base_) + sizeof(entry_size_))),
52 map_(base + sizeof(base_) + sizeof(entry_size_) + entry_size_) {
53 if (entry_size_ == 0)
static_contained_range_map.h 52 StaticContainedRangeMap(): base_(), entry_size_(), entry_ptr_(), map_() { }
84 uint32_t entry_size_; member in class:google_breakpad::StaticContainedRangeMap
  /system/extras/simpleperf/
read_apk.h 34 , entry_size_(0)
45 , entry_size_(entry_size)
59 uint32_t entry_size() const { return entry_size_; }
65 uint32_t entry_size_; // size of ELF file in zip member in class:EmbeddedElf
  /external/v8/src/
safepoint-table.h 87 (length_ * (kPcAndDeoptimizationIndexSize + entry_size_));
90 unsigned entry_size() const { return entry_size_; }
100 uint8_t* bits = &Memory::uint8_at(entries_ + (index * entry_size_));
136 unsigned entry_size_;
safepoint-table.cc 42 entry_size_ = Memory::uint32_at(header + kEntrySizeOffset);
46 DCHECK(entry_size_ > 0);
69 if (entry_size_ > 0) {
72 int last = entry_size_ - 1;

Completed in 1050 milliseconds