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

  /external/llvm/lib/Analysis/
StratifiedSets.h 46 static const StratifiedIndex SetSentinel;
57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {}
59 bool hasBelow() const { return Below != SetSentinel; }
60 bool hasAbove() const { return Above != SetSentinel; }
62 void clearBelow() { Below = SetSentinel; }
63 void clearAbove() { Above = SetSentinel; }
191 Remap = StratifiedLink::SetSentinel;
246 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }
CFLSteensAliasAnalysis.cpp 86 const StratifiedIndex StratifiedLink::SetSentinel =
  /art/runtime/
runtime.h 673 void SetSentinel(mirror::Object* sentinel) REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
runtime.cc     [all...]
class_linker.cc 460 runtime->SetSentinel(heap->AllocNonMovableObject<true>(self,
    [all...]

Completed in 225 milliseconds