Home | History | Annotate | Download | only in heap

Lines Matching refs:code_space

68          object_size <= heap->code_space()->AreaSize());
2583 heap->AllocateRawWithLightRetry(object_size, CODE_SPACE);
2634 heap->AllocateRawWithRetryOrFail(object_size, CODE_SPACE);
2661 HeapObject* result = heap->AllocateRawWithRetryOrFail(size, CODE_SPACE);
2670 static_cast<int>(size) <= heap->code_space()->AreaSize());
2710 HeapObject* result = heap->AllocateRawWithRetryOrFail(obj_size, CODE_SPACE);
2735 obj_size <= heap->code_space()->AreaSize());