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

  /art/runtime/
aot_class_linker.cc 66 DCHECK(runtime->IsTransactionAborted());
runtime.h 475 bool IsTransactionAborted() const;
    [all...]
transaction_test.cc 74 ASSERT_TRUE(Runtime::Current()->IsTransactionAborted());
runtime.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 790 ASSERT_TRUE(Runtime::Current()->IsTransactionAborted());
799 ASSERT_TRUE(Runtime::Current()->IsTransactionAborted());
810 ASSERT_TRUE(Runtime::Current()->IsTransactionAborted());
819 ASSERT_TRUE(Runtime::Current()->IsTransactionAborted());
    [all...]

Completed in 216 milliseconds