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

  /art/compiler/
image_writer.h 72 enum Bin {
96 // We use the lock word to store the bin # and bin index of the object in the image.
102 BinSlot(Bin bin, uint32_t index);
104 // The bin an object belongs to, i.e. regular, class/verified, class/initialized, etc.
105 Bin GetBin() const;
106 // The offset in bytes from the beginning of the bin. Aligned to object size.
236 // Calculate the sum total of the bin slot sizes in [0, up_to). Defaults to all bins.
237 size_t GetBinSizeSum(Bin up_to = kBinSize) const
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 357 const MCBinaryExpr *Bin = static_cast<const MCBinaryExpr*>(Expr);
358 if (HasSecRelSymbolRef(Bin->getLHS())
359 || HasSecRelSymbolRef(Bin->getRHS())) {
    [all...]

Completed in 226 milliseconds