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

  /art/runtime/
entrypoints_order_test.cc 117 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, last_no_thread_suspension_cause, checkpoint_functions,
119 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, checkpoint_functions, interpreter_entrypoints,
thread.cc 668 checkpoints[i] = tlsPtr_.checkpoint_functions[i];
669 tlsPtr_.checkpoint_functions[i] = nullptr;
697 if (tlsPtr_.checkpoint_functions[i] == nullptr) {
706 tlsPtr_.checkpoint_functions[available_checkpoint] = function;
719 CHECK_EQ(tlsPtr_.checkpoint_functions[available_checkpoint], function);
720 tlsPtr_.checkpoint_functions[available_checkpoint] = nullptr;
    [all...]
thread.h 1120 Closure* checkpoint_functions[kMaxCheckpoints]; variable
    [all...]

Completed in 66 milliseconds