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

  /external/gemmlowp/internal/
allocator.h 83 : committed_(false),
91 assert(!committed_);
104 assert(!committed_);
119 committed_ = true;
123 assert(committed_);
124 committed_ = false;
149 assert(!committed_ && "can't reserve blocks while committed");
172 assert(committed_ && "can't get block pointers unless committed");
185 assert(!committed_);
191 bool committed_;
    [all...]
  /external/v8/src/heap/
spaces.h 971 committed_(0),
1036 intptr_t committed_; member in class:v8::internal::Space
2516 bool committed_; member in class:v8::internal::SemiSpace
    [all...]
spaces.cc     [all...]

Completed in 96 milliseconds