HomeSort by relevance Sort by last modified time
    Searched refs:IsActiveTransaction (Results 26 - 36 of 36) sorted by null

12

  /art/runtime/gc/collector/
concurrent_copying.cc 435 if (UNLIKELY(Runtime::Current()->IsActiveTransaction())) {
    [all...]
  /art/runtime/
dex_file_annotations.cc 715 DCHECK(!Runtime::Current()->IsActiveTransaction());
834 bool result = Runtime::Current()->IsActiveTransaction()
    [all...]
thread.cc     [all...]
transaction.cc 225 CHECK(!Runtime::Current()->IsActiveTransaction());
method_handles.cc     [all...]
jni_internal.cc 477 DCHECK(!Runtime::Current()->IsActiveTransaction());
    [all...]
class_linker.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 296 bool transaction_active = Runtime::Current()->IsActiveTransaction();
  /art/runtime/openjdkjvmti/
ti_redefine.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 399 milliseconds

12