HomeSort by relevance Sort by last modified time
    Searched full:ensurealignment (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/androidfw/
Asset.cpp 573 return ensureAlignment(mMap);
625 return ensureAlignment(mMap);
651 const void* _FileAsset::ensureAlignment(FileMap* map)
  /frameworks/base/include/androidfw/
Asset.h 264 const void* ensureAlignment(FileMap* map);
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 224 /// ensureAlignment - Make sure the function is at least 1 << A bytes aligned.
225 void ensureAlignment(unsigned A) {
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 420 MF->ensureAlignment(2); // 2 = log2(4)
521 MF->ensureAlignment(BB->getAlignment());
822 MBB->getParent()->ensureAlignment(2);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 551 MF->ensureAlignment(BB->getAlignment());
    [all...]

Completed in 1024 milliseconds