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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MSFBuilder.cpp 328 bool IsFree =
330 uint8_t Mask = uint8_t(IsFree) << I;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
ExplainOutputStyle.cpp 144 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()];
146 IsFree ? "un" : "");
147 return !IsFree;
  /art/runtime/gc/space/
large_object_space.cc 276 bool IsFree() const {
396 if (!cur_info->IsFree()) {
428 DCHECK(!info->IsFree());
454 if (next_info->IsFree()) {
457 DCHECK(!next_next_info->IsFree());
484 DCHECK(!info->IsFree());
561 if (cur_info->IsFree()) {
588 if (!cur_info->IsFree()) {
region_space.h 338 if (!r->IsFree() && !r->IsNewlyAllocated()) {
423 bool IsFree() const {
511 DCHECK(!IsFree() && IsInToSpace());
537 DCHECK(!IsFree() && IsInUnevacFromSpace());
684 // for all `i >= non_free_region_index_limit_`, `regions_[i].IsFree()` is true.
688 CHECK(regions_[i].IsFree());
746 // for all `i >= non_free_region_index_limit_`, `regions_[i].IsFree()` is true.
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 186 unsigned IsFree : 1;
312 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they "
328 if (!Cost.IsFree) {
422 bool IsFree = Analyzer.visit(I);
424 (unsigned)IsFree,
429 if (IsFree)
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h 51 bool IsFree() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LICM.cpp 734 bool IsFree = isFreeInLoop(I, CurLoop, TTI);
752 if (IsFree) {
    [all...]
LoopUnrollPass.cpp 263 unsigned IsFree : 1;
393 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they "
409 if (!Cost.IsFree) {
508 bool IsFree = Analyzer.visit(I);
510 (unsigned)IsFree,
515 if (IsFree)
    [all...]
  /external/gptfdisk/
gpt.cc     [all...]

Completed in 1274 milliseconds