Searched defs:entry_point_count (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc1718 size_t entry_point_count = arraysize(gThreadEntryPointInfo); local
1719 CHECK_EQ(entry_point_count * size_of_pointers,
1723 for (size_t i = 0; i < entry_point_count; ++i) {

Completed in 27 milliseconds