-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Add the logic to read an orderfile of methods that will be placed at the beginning of the code items section. Reviewed By: NTillmann Differential Revision: D51071073 fbshipit-source-id: ed661d303a5d1d9211906fe5274b46e9175a101f
- Loading branch information
1 parent
3ae2e82
commit 395da1c
Showing
8 changed files
with
239 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
LDexOutputTest$PerfSensitiveClass;.<init>:(LDexOutputTest;)V | ||
LDexOutputTest$PerfSensitiveClass;.someRandomNonExistantMethod1:(I)I | ||
LDexOutputTest2$Class;.someRandomMethodNotInDex:(I)I | ||
LDexOutputTest$SecondPerfSensitiveClass;.<init>:(LDexOutputTest;)V | ||
LDexOutputTest$PerfSensitiveClass;.EjustReturnFive:()I | ||
LDexOutputTest$PerfSensitiveClass;.someRandomNonExistantMethod2:(I)I | ||
LDexOutputTest$SecondPerfSensitiveClass;.EjustReturnFive:()I | ||
LDexOutputTest$SecondPerfSensitiveClass;.FsomeLogic:(I)I | ||
LDexOutputTest$PerfSensitiveClass;.FsomeLogic:(I)I | ||
LDexOutputTest$PerfSensitiveClass;.someRandomNonExistantMethod3:(I)I |