Home
last modified time | relevance | path

Searched refs:ResetQuickAllocEntryPoints (Results 1 – 7 of 7) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h28 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking);
Dquick_default_init_entrypoints.h35 ResetQuickAllocEntryPoints(qpoints, /* is_marking= */ true); in DefaultInitEntryPoints()
Dquick_alloc_entrypoints.cc214 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking) { in ResetQuickAllocEntryPoints() function
/art/runtime/
Dinstrumentation.h300 void ResetQuickAllocEntryPoints() REQUIRES(Locks::runtime_shutdown_lock_);
Dinstrumentation.cc858 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()
903 void Instrumentation::ResetQuickAllocEntryPoints() { in ResetQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
Dthread.cc185 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints, is_marking); in ResetQuickAllocEntryPointsForThread()
/art/runtime/gc/
Dheap.cc856 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()