Home | History | Annotate | Download | only in cctest

Lines Matching refs:IsFailure

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());
82 IsFailure());
85 IsFailure());
94 IsFailure());
97 IsFailure());
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());
112 Builtins::kIllegal))->IsFailure());