HomeSort by relevance Sort by last modified time
    Searched refs:IsFailure (Results 1 - 25 of 25) sorted by null

  /external/v8/test/cctest/
test-alloc.cc 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());
    [all...]
test-dictionary.cc 117 CHECK(!table->Remove(*key)->IsFailure());
test-spaces.cc 266 CHECK(lo->AllocateRaw(lo_size, NOT_EXECUTABLE)->IsFailure());
test-serialize.cc 284 CHECK(!FACTORY->LookupAsciiSymbol("Empty")->IsFailure());
665 CHECK(!obj->IsFailure());
test-heap.cc 185 CHECK(Failure::RetryAfterGC(NEW_SPACE)->IsFailure());
190 CHECK(Failure::Exception()->IsFailure());
897 CHECK(!array->IsFailure());
908 CHECK(!array->IsFailure());
    [all...]
  /external/v8/src/
liveobjectlist.cc 579 if (detail->IsFailure()) {
594 if (desc->IsFailure()) {
603 if (maybe_result->IsFailure()) return false;
609 if (maybe_result->IsFailure()) return false;
615 if (maybe_result->IsFailure()) return false;
    [all...]
handles-inl.h 50 ASSERT(!obj->IsFailure());
57 ASSERT(!obj->IsFailure());
heap-inl.h 203 if (always_allocate() && result->IsFailure()) {
224 if (result->IsFailure()) old_gen_exhausted_ = true;
269 if (result->IsFailure()) old_gen_exhausted_ = true;
271 if (!result->IsFailure()) {
287 if (result->IsFailure()) old_gen_exhausted_ = true;
456 if (obj->IsFailure()) {
builtins.cc 248 if (maybe_object->IsFailure()) return maybe_object;
420 if (maybe_transition->IsFailure()) return maybe_transition;
426 maybe_writable_result->IsFailure()) {
443 if (maybe_array->IsFailure()) return maybe_array;
645 if (maybe_object->IsFailure()) return maybe_object;
    [all...]
elements.cc 667 if (result->IsFailure()) return result;
726 if (result->IsFailure()) return result;
    [all...]
isolate.cc 934 if (exception->IsFailure()) return exception->ToFailureUnchecked();
    [all...]
objects.cc 789 } else if (IsFailure()) {
    [all...]
objects-inl.h 178 ASSERT(!this->IsFailure());
470 bool MaybeObject::IsFailure() {
493 return !IsFailure() && ToObjectUnchecked()->IsTheHole();
847 ASSERT(!maybe->IsFailure());
    [all...]
objects.h     [all...]
objects-debug.cc 69 ASSERT(IsFailure());
runtime.cc 530 CHECK(!TransitionElements(object, FAST_ELEMENTS, isolate)->IsFailure());
    [all...]
bootstrapper.cc     [all...]
mark-compact.cc     [all...]
serialize.cc 608 ASSERT(!maybe_new_allocation->IsFailure());
    [all...]
spaces.h     [all...]
profile-generator.cc     [all...]
spaces.cc     [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 1469 milliseconds