Home | History | Annotate | Download | only in cctest

Lines Matching refs:CHECK

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());
65 CHECK(!heap->CopyJSObject(JSObject::cast(object))->IsFailure());
71 CHECK(!heap->AllocateByteArray(0, TENURED)->IsFailure());
73 CHECK(!heap->AllocateRawAsciiString(100, TENURED)->IsFailure());
81 CHECK(!heap->AllocateFixedArray(kOldPointerSpaceFillerLength, TENURED)->
84 CHECK(!heap->AllocateFixedArray(kOldPointerSpaceFillerLength, TENURED)->
93 CHECK(!heap->AllocateFixedArray(kLargeObjectSpaceFillerLength, TENURED)->
96 CHECK(!heap->AllocateFixedArray(kLargeObjectSpaceFillerLength, TENURED)->
105 CHECK(!heap->AllocateMap(instance_type, instance_size)->IsFailure());
107 CHECK(!heap->AllocateMap(instance_type, instance_size)->IsFailure());
110 CHECK(!heap->AllocateFixedArray(100, TENURED)->IsFailure());
111 CHECK(!heap->CopyCode(Isolate::Current()->builtins()->builtin(
129 CHECK(o->IsSmi() && Smi::cast(*o)->value() == 42);
226 CHECK(base != NULL);