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.h37 ResetQuickAllocEntryPoints(qpoints); in DefaultInitEntryPoints()
Dquick_alloc_entrypoints.cc217 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints) { in ResetQuickAllocEntryPoints() function
/art/runtime/
Dinstrumentation.h319 void ResetQuickAllocEntryPoints() REQUIRES(Locks::runtime_shutdown_lock_);
Dinstrumentation.cc1102 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()
1147 void Instrumentation::ResetQuickAllocEntryPoints() { in ResetQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
Dthread.cc190 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints); in ResetQuickAllocEntryPointsForThread()
/art/runtime/gc/
Dheap.cc971 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()