Home
last modified time | relevance | path

Searched refs:Waste (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h237 Begin(B), End(E), Waste(IsWaste) {} in Begin()
248 bool Waste; member
/external/v8/src/heap/
Dgc-tracer.cc16 holes_size += space->Waste() + space->Available(); in CountTotalHolesSize()
Dspaces.h1341 intptr_t Waste() { return waste_; } in Waste() function
1744 virtual intptr_t Waste() { return accounting_stats_.Waste(); } in Waste() function
Dspaces.cc2730 Capacity(), Waste(), Available(), pct); in ReportStatistics()
/external/toybox/kconfig/
Dzconf.tab.c_shipped1243 Waste one element of value and location stack
/external/antlr/antlr-3.4/runtime/C/
DREADME1276 Fixed lookahead decisions no longer fill uniqueStates. Waste of
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1882 unsigned Waste = (ARM::R4 - Reg) % AlignInRegs; in HandleByVal() local
1883 for (unsigned i = 0; i < Waste; ++i) in HandleByVal()
/external/antlr/antlr-3.4/tool/
DCHANGES.txt2846 Fixed lookahead decisions no longer fill uniqueStates. Waste of