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

  /art/runtime/mirror/
throwable.h 45 void SetCause(Throwable* cause) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
throwable.cc 44 void Throwable::SetCause(Throwable* cause) {
  /art/runtime/
thread.cc     [all...]
class_linker.cc     [all...]
jni_internal.cc 225 soa.Self()->GetException(nullptr)->SetCause(cause.Get());
    [all...]

Completed in 340 milliseconds