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

  /hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h 218 TI_UINT32 regSize; /**< Register Size */
233 TI_UINT32 regSize; /**< Register Size */
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
STADExternalIf.h 218 TI_UINT32 regSize; /**< Register Size */
233 TI_UINT32 regSize; /**< Register Size */
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 72 private final int regSize;
88 * @param regSize register size, in register units, of the register space
94 DebugInfoDecoder(byte[] encoded, int codesize, int regSize,
104 this.regSize = regSize;
109 lastEntryForReg = new LocalEntry[regSize];
230 * {@code regSize}
235 return regSize
DebugInfoItem.java 179 int regSize = insns.getRegistersSize();
183 file, codeSize, regSize, isStatic, ref);
DebugInfoEncoder.java 67 private final int regSize;
104 * @param regSize
109 DexFile file, int codeSize, int regSize,
117 this.regSize = regSize;
120 lastEntryForReg = new LocalList.Entry[regSize];
510 * {@code regSize}
515 return regSize
531 BitSet seen = new BitSet(regSize - argBase);
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
tiwlnif.h 78 tiUINT32 regSize;
  /dalvik/vm/mterp/armv5te/
footer.S 575 @ r0=methodToCall, r1=GFED, r3=outSize, r2=count, r9=regSize, r10=outs
602 .LinvokeArgsDone: @ r0=methodToCall, r3=outSize, r9=regSize
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 959 size_t regSize = getPlatformThreadRegisters(thread->platformThread, regs);
962 markConservatively(markStack, static_cast<void*>(&regs), static_cast<void*>(reinterpret_cast<char*>(&regs) + regSize));
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
CTI_Adapter.cpp     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]

Completed in 991 milliseconds