Home
last modified time | relevance | path

Searched refs:GetError (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dnative_stack_dump.cc307 << ": " << backtrace->GetErrorString(backtrace->GetError()) << ")" << std::endl; in DumpNativeStack()
Ddebugger.cc2637 JDWP::JdwpError GetError() const { in GetError() function in art::FINAL
2665 if (visitor.GetError() != JDWP::ERR_NONE) { in GetLocalValues()
2666 return visitor.GetError(); in GetLocalValues()
2836 if (visitor.GetError() != JDWP::ERR_NONE) { in SetLocalValues()
2837 return visitor.GetError(); in SetLocalValues()
3797 JDWP::JdwpError GetError() const { in GetError() function in art::ScopedDebuggerThreadSuspension
3820 if (sts.GetError() != JDWP::ERR_NONE) { in ConfigureStep()
3821 return sts.GetError(); in ConfigureStep()
/art/openjdkjvmti/
Dti_stack.cc899 jvmtiError GetError() { in GetError() function
944 return closure.GetError(); in GetOwnedMonitorInfoCommon()