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

  /external/llvm/lib/CodeGen/
StackProtector.cpp 116 /// \param [out] IsLarge is set to true if a protectable array is found and
119 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge,
137 IsLarge = true;
154 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
158 if (IsLarge)
263 bool IsLarge = false;
264 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) {
265 Layout.insert(std::make_pair(AI, IsLarge ? SSPLK_LargeArray
  /art/runtime/gc/space/
region_space.h 367 bool IsLarge() const {
443 live_bytes_ += IsLarge() ? Top() - begin_ : live_bytes;

Completed in 200 milliseconds