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

  /dalvik/dx/src/com/android/dx/dex/file/
UniformItemSection.java 100 int relativeOffset = ii.getIndex() * ii.writeSize();
102 return getAbsoluteOffset(relativeOffset);
  /external/webkit/WebCore/rendering/
RenderBlock.cpp     [all...]
  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 235 ALWAYS_INLINE void JIT::addJump(Jump jump, int relativeOffset)
239 m_jmpTable.append(JumpTable(jump, m_bytecodeIndex + relativeOffset));
242 ALWAYS_INLINE void JIT::emitJumpSlowToHot(Jump jump, int relativeOffset)
246 jump.linkTo(m_labels[m_bytecodeIndex + relativeOffset], this);
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 129 milliseconds