Home | History | Annotate | Download | only in src

Lines Matching defs:Commit

238   // Commit the requested memory at the start of the current allocation block.
246 if (!code_range_->Commit(current.start, *allocated, true)) {
534 if (!initial_chunk_->Commit(start, size, owner->executable() == EXECUTABLE)) {
560 if (!initial_chunk_->Commit(start, size, executable)) return false;
1295 // commit/uncommit memory from new space.
1317 // commit/uncommit memory from new space.
1390 bool SemiSpace::Commit() {
1435 return Commit();