Home
last modified time | relevance | path

Searched refs:mterp_current_ibase (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread.h774 OFFSETOF_MEMBER(tls_ptr_sized_values, mterp_current_ibase)); in MterpCurrentIBaseOffset()
1224 tlsPtr_.mterp_current_ibase = ibase; in SetMterpCurrentIBase()
1228 return tlsPtr_.mterp_current_ibase; in GetMterpCurrentIBase()
1684 thread_local_objects(0), mterp_current_ibase(nullptr), thread_local_alloc_stack_top(nullptr), in PACKED()
1820 void* mterp_current_ibase; in PACKED() local
Dentrypoints_order_test.cc126 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, mterp_current_ibase, rosalloc_runs, sizeof(void*)); in CheckThreadOffsets()