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

  /external/libchrome/base/trace_event/
heap_profiler_allocation_register.h 57 cells_(static_cast<Cell*>(
65 FreeGuardedVirtualMemory(cells_, num_cells_ * sizeof(Cell));
73 return {static_cast<KVIndex>(cell - cells_), false}; // not inserted
85 return {static_cast<KVIndex>(cell - cells_), true}; // inserted
91 Cell* cell = &cells_[index];
107 return cell ? static_cast<KVIndex>(cell - cells_) : kInvalidKVIndex;
111 return cells_[index].kv;
115 return cells_[index].kv;
124 if (cells_[index].p_prev) {
163 // |next| member of an element of |cells_|
223 Cell* const cells_; member in class:base::trace_event::internal::FixedHashMap
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
data_log.cc 52 CellMap cells_; member in class:webrtc::Row
107 : cells_(),
112 for (CellMap::iterator it = cells_.begin(); it != cells_.end();) {
115 cells_.erase(it++);
123 assert(cells_.count(column_name) == 0);
124 if (cells_.count(column_name) > 0)
126 cells_[column_name] = value_container;
133 const Container* container = cells_[column_name];
  /external/v8/src/heap/
mark-compact.h 321 cells_ = chunk_->markbits()->cells();
331 return &cells_[cell_index_];
360 return cells_[cell_index_ + 1];
367 MarkBit::CellType* cells_; member in class:v8::internal::BASE_EMBEDDED
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 356 milliseconds