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 164 static bool entry_points_instrumented = false; member in namespace:art
172 entry_points_instrumented = instrumented;
179 SetQuickAllocEntryPoints_dlmalloc(qpoints, entry_points_instrumented);
183 SetQuickAllocEntryPoints_rosalloc(qpoints, entry_points_instrumented);
188 SetQuickAllocEntryPoints_bump_pointer(qpoints, entry_points_instrumented);
193 SetQuickAllocEntryPoints_tlab(qpoints, entry_points_instrumented);

Completed in 647 milliseconds