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

  /art/runtime/
transaction.h 42 static constexpr const char* kAbortExceptionDescriptor = "dalvik.system.TransactionAbortError";
transaction.cc 77 CHECK(IsAborted()) << "Rethrow " << Transaction::kAbortExceptionDescriptor
  /art/runtime/interpreter/
unstarted_runtime.cc 152 if (type != Transaction::kAbortExceptionDescriptor) {
    [all...]

Completed in 127 milliseconds