Home
last modified time | relevance | path

Searched refs:IsError (Results 1 – 9 of 9) sorted by relevance

/art/cmdline/
Dcmdline_result.h45 bool IsError() const { return status_ != kSuccess; } in IsError() function
50 const std::string& GetMessage() const { assert(IsError()); return message_; } in GetMessage()
Dcmdline_parse_result.h115 assert(other.IsError()); in CastError()
Dcmdline_parser.h694 if (parse_attempt.IsError()) { in Parse()
/art/runtime/mirror/
Dthrowable.h49 bool IsError() REQUIRES_SHARED(Locks::mutator_lock_);
Dthrowable.cc73 if (IsError()) { in IsCheckedException()
79 bool Throwable::IsError() { in IsError() function in art::mirror::Throwable
/art/openjdkjvmti/
Dti_logging.cc85 if (result.IsError()) { in SetVerboseFlagExt()
/art/runtime/
Dparsed_options.cc664 if (parse_result.IsError()) { in DoParse()
Dclass_linker.cc590 if (!cause->IsError()) { in WrapExceptionInInitializer()
/art/runtime/interpreter/
Dinterpreter_common.cc1132 if (!self->GetException()->IsError()) { in DoResolveCallSite()