Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.h26 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
H A Dquick_default_init_entrypoints.h36 ResetQuickAllocEntryPoints(qpoints); in DefaultInitEntryPoints()
H A Dquick_alloc_entrypoints.cc217 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints) { in ResetQuickAllocEntryPoints() function
/aosp12/art/runtime/
H A Dinstrumentation.cc858 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()
903 void Instrumentation::ResetQuickAllocEntryPoints() { in ResetQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
H A Dinstrumentation.h300 void ResetQuickAllocEntryPoints() REQUIRES(Locks::runtime_shutdown_lock_);
H A Dthread.cc184 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints); in ResetQuickAllocEntryPointsForThread()
/aosp12/art/runtime/gc/
H A Dheap.cc905 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()