Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h842 static size_t exception_catch_event_ref_count_ GUARDED_BY(Locks::deoptimization_lock_);
Ddebugger.cc335 size_t Dbg::exception_catch_event_ref_count_ = 0; member in art::Dbg
675 CHECK_EQ(exception_catch_event_ref_count_, 0U); in GoActive()
3116 return &exception_catch_event_ref_count_; in GetReferenceCounterForEvent()