Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1473 committed_ = false; in SetUp()
1505 committed_ = true; in Commit()
1521 committed_ = false; in Uncommit()
Dspaces.h2142 bool is_committed() { return committed_; } in is_committed()
2210 bool committed_; variable