Home | History | Annotate | Download | only in cctest

Lines Matching full:heap

40   Heap* heap = Isolate::Current()->heap();
43 NewSpace* new_space = heap->new_space();
47 CHECK(!heap->AllocateByteArray(0)->IsFailure());
55 CHECK(!heap->AllocateByteArray(100)->IsFailure());
56 CHECK(!heap->AllocateFixedArray(100, NOT_TENURED)->IsFailure());
60 CHECK(!heap->AllocateFixedArray(100)->IsFailure());
61 CHECK(!heap->AllocateHeapNumber(0.42)->IsFailure());
62 CHECK(!heap->AllocateArgumentsObject(Smi::FromInt(87), 10)->IsFailure());
63 Object* object = heap->AllocateJSObject(
65 CHECK(!heap->CopyJSObject(JSObject::cast(object))->IsFailure());
68 OldSpace* old_data_space = heap->old_data_space();
71 CHECK(!heap->AllocateByteArray(0, TENURED)->IsFailure());
73 CHECK(!heap->AllocateRawAsciiString(100, TENURED)->IsFailure());
76 while (!heap->OldGenerationAllocationLimitReached()) {
77 CHECK(!heap->AllocateFixedArray(10000, TENURED)->IsFailure());
79 CHECK(!heap->AllocateFixedArray(10000, TENURED)->IsFailure());
82 MapSpace* map_space = heap->map_space();
87 CHECK(!heap->AllocateMap(instance_type, instance_size)->IsFailure());
89 CHECK(!heap->AllocateMap(instance_type, instance_size)->IsFailure());
92 CHECK(!heap->AllocateFixedArray(100, TENURED)->IsFailure());
93 CHECK(!heap->CopyCode(Isolate::Current()->builtins()->builtin(