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

  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 46 LDContext& appendSection(LDSection& pSection);
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 111 headerOut = dexOut.appendSection(writerSizes.header, "header");
112 idsDefsOut = dexOut.appendSection(writerSizes.idsDefs, "ids defs");
119 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list");
122 typeListOut = dexOut.appendSection(writerSizes.typeList, "type list");
125 annotationSetRefListOut = dexOut.appendSection(
129 annotationSetOut = dexOut.appendSection(writerSizes.annotationsSet, "annotation sets");
132 classDataOut = dexOut.appendSection(writerSizes.classData, "class data");
135 codeOut = dexOut.appendSection(writerSizes.code, "code");
138 stringDataOut = dexOut.appendSection(writerSizes.stringData, "string data");
141 debugInfoOut = dexOut.appendSection(writerSizes.debugInfo, "debug info")
    [all...]
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 19 LDContext& LDContext::appendSection(LDSection& pSection)
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 319 pInput.context()->appendSection(*header);
  /libcore/dex/src/main/java/com/android/dex/
Dex.java 198 public Section appendSection(int maxByteCount, String name) {
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1090 milliseconds