Home
last modified time | relevance | path

Searched refs:quick_entrypoints (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread.cc173 UpdateReadBarrierEntrypoints(&tlsPtr_.quick_entrypoints, /* is_active= */ is_marking); in SetIsGcMarkingAndUpdateEntrypoints()
181 reinterpret_cast<uint8_t*>(&tlsPtr_.quick_entrypoints) + sizeof(tlsPtr_.quick_entrypoints)); in InitTlsEntryPoints()
190 InitEntryPoints(&tlsPtr_.jni_entrypoints, &tlsPtr_.quick_entrypoints, monitor_jni_entry_exit); in InitTlsEntryPoints()
194 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints); in ResetQuickAllocEntryPointsForThread()
4750 UpdateReadBarrierEntrypoints(&tlsPtr_.quick_entrypoints, /* is_active=*/ true); in SetReadBarrierEntrypoints()
Dthread.h860 OFFSETOF_MEMBER(tls_ptr_sized_values, quick_entrypoints) + quick_entrypoint_offset); in QuickEntryPointOffset()
2082 QuickEntryPoints quick_entrypoints; in PACKED() local
Dwell_known_classes.cc275 QuickEntryPoints* qpoints = &tlsPtr_.quick_entrypoints; in InitStringEntryPoints()
/art/compiler/jni/
Djni_compiler_test.cc918 &self->tlsPtr_.quick_entrypoints, in CompileAndRun_fooJJ_synchronizedImpl()
925 &self->tlsPtr_.quick_entrypoints, in CompileAndRun_fooJJ_synchronizedImpl()