Searched refs:jni_entrypoints (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 120 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, checkpoint_function, jni_entrypoints, in CheckThreadOffsets()
|
D | thread.h | 1018 OFFSETOF_MEMBER(tls_ptr_sized_values, jni_entrypoints) + jni_entrypoint_offset); in JniEntryPointOffset() 2289 JniEntryPoints jni_entrypoints; member
|
D | Android.bp | 447 "entrypoints/jni/jni_entrypoints.cc",
|
D | thread.cc | 175 uintptr_t* begin = reinterpret_cast<uintptr_t*>(&tlsPtr_.jni_entrypoints); in InitTlsEntryPoints() 186 InitEntryPoints(&tlsPtr_.jni_entrypoints, &tlsPtr_.quick_entrypoints, monitor_jni_entry_exit); in InitTlsEntryPoints()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 914 InitEntryPoints(&self->tlsPtr_.jni_entrypoints, in CompileAndRun_fooJJ_synchronizedImpl() 921 InitEntryPoints(&self->tlsPtr_.jni_entrypoints, in CompileAndRun_fooJJ_synchronizedImpl()
|