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

  /art/runtime/
thread.h 34 #include "entrypoints/quick/quick_entrypoints.h"
528 OFFSETOF_MEMBER(tls_ptr_sized_values, quick_entrypoints) + quick_entrypoint_offset);
1127 QuickEntryPoints quick_entrypoints; variable
    [all...]
thread.cc 98 sizeof(tlsPtr_.quick_entrypoints));
103 &tlsPtr_.portable_entrypoints, &tlsPtr_.quick_entrypoints);
107 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints);
    [all...]

Completed in 212 milliseconds