Home | History | Annotate | Download | only in src

Lines Matching refs:capacity_executable_

606     if (capacity_executable_ < size_executable_) return 0;
607 return capacity_executable_ - size_executable_;
686 intptr_t capacity_executable_;