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

  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 28 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking);
quick_default_init_entrypoints.h 34 ResetQuickAllocEntryPoints(qpoints, /* is_marking */ true);
quick_alloc_entrypoints.cc 203 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking) {
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 187 ResetQuickAllocEntryPoints(qpoints, /*is_active*/ false);
  /art/runtime/
instrumentation.h 277 void ResetQuickAllocEntryPoints() REQUIRES(Locks::runtime_shutdown_lock_);
    [all...]
instrumentation.cc 723 ResetQuickAllocEntryPoints();
729 // Note: ResetQuickAllocEntryPoints only works when the runtime is started. Manually run the
    [all...]
thread.cc 164 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints, is_marking);
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 213 milliseconds