Home
last modified time | relevance | path

Searched refs:committed_ (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/internal/
Dallocator.h83 : 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_;
/external/v8/src/heap/
Dspaces.h971 committed_(0), in Space()
986 virtual intptr_t CommittedMemory() { return committed_; } in CommittedMemory()
1018 committed_ += bytes; in AccountCommitted()
1019 if (committed_ > max_committed_) { in AccountCommitted()
1020 max_committed_ = committed_; in AccountCommitted()
1026 committed_ -= bytes; in AccountUncommitted()
1027 DCHECK_GE(committed_, 0); in AccountUncommitted()
1036 intptr_t committed_; variable
2449 bool is_committed() { return committed_; } in is_committed()
2516 bool committed_; variable
Dspaces.cc1789 committed_ = false; in AllocateChunk()
1822 committed_ = true; in AllocateChunk()
1840 committed_ = false; in AllocateChunk()