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

  /dalvik/libdex/
DexCatch.h 31 u4 typeIdx; /* type index of the caught exception type */
60 pIterator->handler.typeIdx = 0;
97 pIterator->handler.typeIdx = kDexNoIndex;
99 u4 typeIdx = readUnsignedLeb128(&pIterator->pEncodedData);
100 pIterator->handler.typeIdx = typeIdx;
DexDebugInfo.cpp 102 u4 typeIdx = readUnsignedLeb128(pStream);
105 if (typeIdx == 0) {
108 return dexStringByTypeIdx(pDexFile, typeIdx - 1);
DexFile.h 279 u2 typeIdx; /* index into typeIds for field type */
319 u2 typeIdx; /* index into typeIds */
719 return pItem->typeIdx;
DexSwapVerify.cpp 259 static bool setDefinedClassBit(const CheckState* state, u4 typeIdx) {
260 u4 arrayIdx = typeIdx >> 5;
261 u4 bit = 1 << (typeIdx & 0x1f);
769 SWAP_INDEX2(item->typeIdx, state->pHeader->typeIdsSize);
786 s = dexStringByTypeIdx(state->pDexFile, item->typeIdx);
821 if (item0->typeIdx >= item->typeIdx) {
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedAnnotationImpl.java 35 private int typeIdx;
50 typeIdx = buffer.readUleb128();
68 return stringPool[typeIds[typeIdx]];
  /external/icu4c/i18n/
olsontz.h 409 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
410 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1];
415 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
416 return typeOffsets[typeIdx];
421 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
422 return typeOffsets[typeIdx + 1];
olsontz.cpp 713 int16_t transitionIdx, typeIdx;
735 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
739 if (typeIdx == (int16_t)typeMapData[transitionIdx]) {
749 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND;
750 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND;
765 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
768 if (historicRules[typeIdx] == NULL) {
778 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]
    [all...]
  /dalvik/vm/reflect/
Annotation.cpp 746 u4 typeIdx, size, count;
749 typeIdx = readUleb128(&ptr);
752 LOGVV("----- processEnc ptr=%p type=%d size=%d", ptr, typeIdx, size);
754 annoClass = dvmDexGetResolvedClass(clazz->pDvmDex, typeIdx);
756 annoClass = dvmResolveClass(clazz, typeIdx, true);
759 clazz->descriptor, typeIdx);
765 ALOGV("----- processEnc ptr=%p [0x%06x] typeIdx=%d size=%d class=%s",
767 typeIdx, size, annoClass->descriptor);
891 u4 typeIdx;
905 typeIdx = readUleb128(&ptr)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 296 int typeIdx = readStringIndex(bs);
298 address, true, reg, nameIdx, typeIdx, 0);
308 int typeIdx = readStringIndex(bs);
311 address, true, reg, nameIdx, typeIdx, sigIdx);
ValueEncoder.java 315 int typeIdx = typeIds.indexOf(type);
318 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 290 int typeIdx = readStringIndex(bs);
292 address, true, reg, nameIdx, typeIdx, 0);
302 int typeIdx = readStringIndex(bs);
305 address, true, reg, nameIdx, typeIdx, sigIdx);
ValueEncoder.java 313 int typeIdx = typeIds.indexOf(type);
316 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 290 int typeIdx = readStringIndex(bs);
292 address, true, reg, nameIdx, typeIdx, 0);
302 int typeIdx = readStringIndex(bs);
305 address, true, reg, nameIdx, typeIdx, sigIdx);
ValueEncoder.java 313 int typeIdx = typeIds.indexOf(type);
316 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 233 mFieldIds[i].typeIdx = readShort() & 0xffff;
397 classNameFromTypeIndex(fieldId.typeIdx),
580 public int typeIdx; // index into type_ids (field type)
  /dalvik/vm/oo/
Resolve.cpp 412 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));
471 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));
Class.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 331 ssize_t typeIdx = block.indexOfAttribute(NULL, "format");
332 if (typeIdx >= 0) {
333 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len));
    [all...]
  /dalvik/vm/
Exception.cpp 626 if (handler->typeIdx == kDexNoIndex) {
635 dvmDexGetResolvedClass(pDvmDex, handler->typeIdx);
664 throwable = dvmResolveClass(method->clazz, handler->typeIdx,
676 handler->typeIdx,
    [all...]
  /dalvik/dexdump/
DexDump.cpp 550 dexStringByTypeIdx(pDexFile, pTypeItem->typeIdx);
596 descriptor = (handler->typeIdx == kDexNoIndex) ? "<any>" :
597 dexStringByTypeIdx(pDexFile, handler->typeIdx);
684 pFieldInfo->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 574 int typeIdx = in.readUnsignedShort();
577 CstString type = (CstString) pool.get(typeIdx);
  /dalvik/vm/analysis/
Optimize.cpp 542 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));
617 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));
    [all...]
CodeVerify.cpp     [all...]
  /dalvik/vm/compiler/
Frontend.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 384 milliseconds