Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h26 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
Dquick_default_init_entrypoints.h35 ResetQuickAllocEntryPoints(qpoints); in DefaultInitEntryPoints()
Dquick_alloc_entrypoints.cc214 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints) { 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.cc180 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints); in ResetQuickAllocEntryPointsForThread()
/art/runtime/gc/
Dheap.cc858 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()