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

  /art/runtime/
thread.h 608 OFFSETOF_MEMBER(tls_ptr_sized_values, mterp_current_ibase));
1480 void* mterp_current_ibase; variable
    [all...]
entrypoints_order_test.cc 125 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_end, mterp_current_ibase, sizeof(void*));
126 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, mterp_current_ibase, mterp_default_ibase, sizeof(void*));

Completed in 306 milliseconds