Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h554 bool AllocEntrypointsInstrumented() const REQUIRES_SHARED(Locks::mutator_lock_) { in AllocEntrypointsInstrumented() function
/art/runtime/gc/
Dheap.cc1793 return instrumentation != nullptr && instrumentation->AllocEntrypointsInstrumented(); in EntrypointsInstrumented()