HomeSort by relevance Sort by last modified time
    Searched refs:ResetQuickAllocEntryPoints (Results 1 - 11 of 11) sorted by null

  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 29 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
quick_alloc_entrypoints.cc 175 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints) {
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 107 extern void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
126 ResetQuickAllocEntryPoints(qpoints);
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 133 extern void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
149 ResetQuickAllocEntryPoints(qpoints);
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 111 extern void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
127 ResetQuickAllocEntryPoints(qpoints);
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 112 extern void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
131 ResetQuickAllocEntryPoints(qpoints);
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 144 ResetQuickAllocEntryPoints(qpoints);
  /art/runtime/
instrumentation.h 193 void ResetQuickAllocEntryPoints() EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_);
instrumentation.cc 635 ResetQuickAllocEntryPoints();
671 void Instrumentation::ResetQuickAllocEntryPoints() {
    [all...]
thread.cc 107 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints);
    [all...]
  /art/runtime/gc/
heap.cc 525 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints();
    [all...]

Completed in 60 milliseconds