Home
last modified time | relevance | path

Searched refs:allocation_tracking_enabled_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jni/
Djava_vm_ext.cc515 allocation_tracking_enabled_(false), in JavaVMExt()
636 if (!allocation_tracking_enabled_) { in CheckGlobalRefAllocationTracking()
648 allocation_tracking_enabled_ = true; in CheckGlobalRefAllocationTracking()
651 if (UNLIKELY(allocation_tracking_enabled_)) { in CheckGlobalRefAllocationTracking()
658 allocation_tracking_enabled_ = false; in CheckGlobalRefAllocationTracking()
Djava_vm_ext.h263 std::atomic<bool> allocation_tracking_enabled_; variable