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

  /art/runtime/
thread.h 35 #include "entrypoints/quick/quick_entrypoints.h"
565 OFFSETOF_MEMBER(tls_ptr_sized_values, quick_entrypoints) + quick_entrypoint_offset);
1245 QuickEntryPoints quick_entrypoints; variable
    [all...]
thread.cc 100 uintptr_t* end = reinterpret_cast<uintptr_t*>(reinterpret_cast<uint8_t*>(&tlsPtr_.quick_entrypoints) +
101 sizeof(tlsPtr_.quick_entrypoints));
106 &tlsPtr_.quick_entrypoints);
111 QuickEntryPoints* qpoints = &tlsPtr_.quick_entrypoints;
147 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints);
    [all...]

Completed in 169 milliseconds