Home | History | Annotate | Download | only in src

Lines Matching refs:Failure

582 Failure* Top::StackOverflow() {
596 return Failure::Exception();
600 Failure* Top::TerminateExecution() {
602 return Failure::Exception();
606 Failure* Top::Throw(Object* exception, MessageLocation* location) {
608 return Failure::Exception();
612 Failure* Top::ReThrow(Object* exception, MessageLocation* location) {
615 return Failure::Exception();
619 Failure* Top::ThrowIllegalOperation() {
747 bool is_out_of_memory = exception == Failure::OutOfMemoryException();
816 if (thread_local_.pending_exception_ == Failure::OutOfMemoryException()) {
910 if (e->IsFailure() && Failure::cast(e)->IsOutOfMemoryException()) {
916 if (e->IsFailure() && Failure::cast(e)->IsOutOfMemoryException()) {