Home
last modified time | relevance | path

Searched refs:IsError (Results 1 – 7 of 7) 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.h591 if (parse_attempt.IsError()) { in Parse()
/art/runtime/mirror/
Dthrowable.h46 bool IsError() REQUIRES_SHARED(Locks::mutator_lock_);
Dthrowable.cc79 bool Throwable::IsError() { in IsError() function in art::mirror::Throwable
/art/runtime/
Dparsed_options.cc515 if (parse_result.IsError()) { in DoParse()
/art/runtime/interpreter/
Dinterpreter_common.cc1440 if (!self->GetException()->IsError()) { in DoResolveCallSite()