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

  /frameworks/base/libs/androidfw/
Asset.cpp 567 return ensureAlignment(mMap);
619 return ensureAlignment(mMap);
645 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 203 /// ensureAlignment - Make sure the function is at least 1 << A bytes aligned.
204 void ensureAlignment(unsigned A) {
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 419 MF->ensureAlignment(2); // 2 = log2(4)
520 MF->ensureAlignment(BB->getAlignment());
820 MBB->getParent()->ensureAlignment(2);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 553 MF->ensureAlignment(BB->getAlignment());
    [all...]
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 672 milliseconds