Lines Matching refs:executable
350 Executability executable) {
353 if (executable == EXECUTABLE && CodeRange::exists()) {
356 mem = OS::Allocate(requested, allocated, (executable == EXECUTABLE));
426 void* chunk = AllocateRawMemory(chunk_size, &chunk_size, owner->executable());
452 if (!initial_chunk_->Commit(start, size, owner->executable() == EXECUTABLE)) {
471 Executability executable) {
478 if (!initial_chunk_->Commit(start, size, executable)) return false;
630 Executability executable)
631 : Space(id, executable) {
1085 to_space_.executable());
1087 from_space_.executable());
1206 if (!MemoryAllocator::CommitBlock(start_, capacity_, executable())) {
1262 if (!MemoryAllocator::CommitBlock(high(), extra, executable())) {
1275 if (!MemoryAllocator::CommitBlock(high(), delta, executable())) {
2497 Executability executable) {
2501 executable);
2567 is_code ? EXECUTABLE
2577 Executability executable) {
2588 LargeObjectChunk::New(requested_size, &chunk_size, executable);
2623 EXECUTABLE);