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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 229 // And in that case ByValRegs[1].Waste would be "true".
240 Begin(B), End(E), Waste(IsWaste) {}
251 bool Waste;
475 // Goes either to next byval parameter (excluding "waste" record), or
  /external/v8/src/heap/
gc-tracer.cc 18 DCHECK_GE(holes_size + space->Waste() + space->Available(), holes_size);
19 holes_size += space->Waste() + space->Available();
spaces.h 758 void add_wasted_memory(size_t waste) { wasted_memory_.Increment(waste); }
    [all...]
spaces.cc     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
chan_test.go 556 // Waste some time so sender can finish using lots of stack
  /prebuilts/go/linux-x86/src/runtime/
chan_test.go 556 // Waste some time so sender can finish using lots of stack
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 665 milliseconds