OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 6443 milliseconds