Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1153 uint32_t available_checkpoint = kMaxCheckpoints; in RequestCheckpoint() local
1156 available_checkpoint = i; in RequestCheckpoint()
1160 if (available_checkpoint == kMaxCheckpoints) { in RequestCheckpoint()
1164 tlsPtr_.checkpoint_functions[available_checkpoint] = function; in RequestCheckpoint()
1176 CHECK_EQ(tlsPtr_.checkpoint_functions[available_checkpoint], function); in RequestCheckpoint()
1177 tlsPtr_.checkpoint_functions[available_checkpoint] = nullptr; in RequestCheckpoint()