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 57 static const StratifiedIndex SetSentinel;
68 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {}
70 bool hasBelow() const { return Below != SetSentinel; }
71 bool hasAbove() const { return Above != SetSentinel; }
73 void clearBelow() { Below = SetSentinel; }
74 void clearAbove() { Above = SetSentinel; }
221 Remap = StratifiedLink::SetSentinel;
282 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }
438 assert(AttrNum < StratifiedLink::SetSentinel);
    [all...]
CFLAliasAnalysis.cpp 91 const StratifiedIndex StratifiedLink::SetSentinel =
    [all...]
  /art/runtime/
runtime.h 605 void SetSentinel(mirror::Object* sentinel) SHARED_REQUIRES(Locks::mutator_lock_);
runtime.cc 900 void Runtime::SetSentinel(mirror::Object* sentinel) {
    [all...]
class_linker.cc 404 runtime->SetSentinel(heap->AllocNonMovableObject<true>(self,
    [all...]

Completed in 107 milliseconds