HomeSort by relevance Sort by last modified time
    Searched full: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 680 checkpoints[i] = tlsPtr_.checkpoint_functions[i];
681 tlsPtr_.checkpoint_functions[i] = nullptr;
709 if (tlsPtr_.checkpoint_functions[i] == nullptr) {
718 tlsPtr_.checkpoint_functions[available_checkpoint] = function;
731 CHECK_EQ(tlsPtr_.checkpoint_functions[available_checkpoint], function);
732 tlsPtr_.checkpoint_functions[available_checkpoint] = nullptr;
    [all...]
thread.h 1120 Closure* checkpoint_functions[kMaxCheckpoints]; variable
    [all...]

Completed in 2195 milliseconds