History log of /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/InstructionOffsetMapTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a8e05220c14778d93c97911044ff5124aadbd77c 04-Nov-2012 Ben Gruver <bgruv@google.com> Refactor how method/field/string/type references are handled
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/InstructionOffsetMapTest.java
d1662b67fecaf835227aff3a136949a2358ccd4e 03-Nov-2012 Ben Gruver <bgruv@google.com> Refactor dexbacked implementations

Made construction of a new dexbacked item as light weight as possible,
only the very mimimum in computed/stored. Some of the values that were
previously calculated/loaded in the constructor are now lazily loaded
upon first use.

In general, nothing is cached, unless the item can't be fully read by
the consumer without causing the value to be computed multiple times.
Otherwise, it is up to the consume to decide if/when/what they want to
cache.
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/InstructionOffsetMapTest.java
9c60ef2a1034e9f8d111907e4fceb3a4ca2e7e69 27-Oct-2012 Ben Gruver <bgruv@google.com> Add support in dexlib2 for debug info
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/InstructionOffsetMapTest.java
ca21c1e8904a67e3eddcc838298cd058eedd6a19 24-Oct-2012 Ben Gruver <bgruv@google.com> Add a test for InstructionOffsetMap
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/InstructionOffsetMapTest.java