Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc123 quick_alloc_entry_points_instrumentation_counter_(0), in Instrumentation()
1159 if (quick_alloc_entry_points_instrumentation_counter_ == 0) { in InstrumentQuickAllocEntryPointsLocked()
1162 ++quick_alloc_entry_points_instrumentation_counter_; in InstrumentQuickAllocEntryPointsLocked()
1167 CHECK_GT(quick_alloc_entry_points_instrumentation_counter_, 0U); in UninstrumentQuickAllocEntryPointsLocked()
1168 --quick_alloc_entry_points_instrumentation_counter_; in UninstrumentQuickAllocEntryPointsLocked()
1169 if (quick_alloc_entry_points_instrumentation_counter_ == 0) { in UninstrumentQuickAllocEntryPointsLocked()
H A Dinstrumentation.h774 size_t quick_alloc_entry_points_instrumentation_counter_; variable