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

  /art/runtime/
read_barrier-inl.h 212 inline bool ReadBarrier::IsDuringStartup() {
233 if (ref == nullptr || IsDuringStartup()) {
244 if (ref == nullptr || IsDuringStartup()) {
read_barrier.h 79 static bool IsDuringStartup();

Completed in 2736 milliseconds