Searched refs:old_allocation_tracking_state_ (Results 1 – 2 of 2) sorted by relevance
545 old_allocation_tracking_state_(false) { in JavaVMExt()678 old_allocation_tracking_state_ = runtime_->GetHeap()->IsAllocTrackingEnabled(); in CheckGlobalRefAllocationTracking()679 if (!old_allocation_tracking_state_) { in CheckGlobalRefAllocationTracking()689 if (!old_allocation_tracking_state_) { in CheckGlobalRefAllocationTracking()
280 std::atomic<bool> old_allocation_tracking_state_; variable