HomeSort by relevance Sort by last modified time
    Searched full:entry_points_instrumented (Results 1 - 1 of 1) sorted by null

  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 191 static bool entry_points_instrumented = false; member in namespace:art
199 entry_points_instrumented = instrumented;
206 SetQuickAllocEntryPoints_dlmalloc(qpoints, entry_points_instrumented);
210 SetQuickAllocEntryPoints_rosalloc(qpoints, entry_points_instrumented);
215 SetQuickAllocEntryPoints_bump_pointer(qpoints, entry_points_instrumented);
220 SetQuickAllocEntryPoints_tlab(qpoints, entry_points_instrumented);
225 SetQuickAllocEntryPoints_region(qpoints, entry_points_instrumented);
231 SetQuickAllocEntryPoints_region_tlab(qpoints, entry_points_instrumented);
234 SetQuickAllocEntryPoints_tlab(qpoints, entry_points_instrumented);

Completed in 647 milliseconds