Home | History | Annotate | Download | only in src

Lines Matching defs:executable

515   Executability executable() {
516 return IsFlagSet(IS_EXECUTABLE) ? EXECUTABLE : NOT_EXECUTABLE;
634 Executability executable,
708 Executability executable,
759 Space(Heap* heap, AllocationSpace id, Executability executable)
760 : heap_(heap), id_(id), executable_(executable) {}
766 // Does the space need executable memory?
767 Executability executable() { return executable_; }
807 // All heap objects containing executable code (code objects) must be allocated
948 // Max capacity of the total space and executable memory limit.
953 Page* AllocatePage(PagedSpace* owner, Executability executable);
956 Executability executable,
967 // Returns the maximum available executable bytes of heaps.
973 // Returns allocated executable spaces in bytes.
987 Executability executable,
995 Executability executable,
998 void FreeMemory(VirtualMemory* reservation, Executability executable);
999 void FreeMemory(Address addr, size_t size, Executability executable);
1005 bool CommitBlock(Address start, size_t size, Executability executable);
1052 // Maximum subset of capacity_ that can be executable
1057 // Allocated executable space size in bytes.
1433 Executability executable);
2323 Executability executable)
2324 : PagedSpace(heap, max_capacity, id, executable) {
2483 Executability executable);