| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- To support partial recompilation with enum used into a switch statement,
Jack generates a field and a method allowing to get a mapping between
an enum field and an integer that will be used into a switch statement.
This generated code must not take only the simple name of enumeration as
discriminant, since several enum can have the same name. Thus, it is
better to use his fully qualified name.
Bug: 19639131
Change-Id: I2dbeef61e24e0e7b7250d3f0cfcbb619bd6e7829
|
|
|
|
|
|
|
| |
- Update a shrob test to be compliant with the mapping format defined
into applyMapping method of MappingApplier.
Change-Id: Ic45a70f207812884f7653d2eb76124a3a735d74c
|
|
|
|
|
|
|
| |
Use the SeedFinder markers as starting point for shrinking
and obfuscation tracing.
Change-Id: I4a3aecd89edf80fe71a931e14cee5aa4638040e4
|
|
Change-Id: Ic439604a1f030700d9049800fbf62422e0004d35
|