Home | History | Annotate | Download | only in runtime

Lines Matching full:checkpoint_functions

1127       checkpoints[i] = tlsPtr_.checkpoint_functions[i];
1128 tlsPtr_.checkpoint_functions[i] = nullptr;
1155 if (tlsPtr_.checkpoint_functions[i] == nullptr) {
1164 tlsPtr_.checkpoint_functions[available_checkpoint] = function;
1176 CHECK_EQ(tlsPtr_.checkpoint_functions[available_checkpoint], function);
1177 tlsPtr_.checkpoint_functions[available_checkpoint] = nullptr;
1621 tlsPtr_.checkpoint_functions[i] = nullptr;
1763 CHECK(tlsPtr_.checkpoint_functions[0] == nullptr);
1764 CHECK(tlsPtr_.checkpoint_functions[1] == nullptr);
1765 CHECK(tlsPtr_.checkpoint_functions[2] == nullptr);