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

  /art/runtime/
well_known_classes.cc 244 QuickEntryPoints* qpoints = &tlsPtr_.quick_entrypoints;
thread.h 35 #include "entrypoints/quick/quick_entrypoints.h"
655 OFFSETOF_MEMBER(tls_ptr_sized_values, quick_entrypoints) + quick_entrypoint_offset);
670 // register number in Thread::tls_Ptr_.quick_entrypoints.
1640 QuickEntryPoints quick_entrypoints; variable
    [all...]
thread.cc 140 UpdateReadBarrierEntrypoints(&tlsPtr_.quick_entrypoints, /* is_active */ is_marking);
148 reinterpret_cast<uint8_t*>(&tlsPtr_.quick_entrypoints) + sizeof(tlsPtr_.quick_entrypoints));
152 InitEntryPoints(&tlsPtr_.jni_entrypoints, &tlsPtr_.quick_entrypoints);
160 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints, is_marking);
    [all...]

Completed in 321 milliseconds