OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testSpillInIf
(Results
1 - 2
of
2
) sorted by null
/art/test/404-optimizing-allocator/src/
Main.java
29
expectEquals(-15, $opt$reg$
testSpillInIf
(5, 6, 7));
116
public static int $opt$reg$
testSpillInIf
(int a, int b, int c) {
/art/test/405-optimizing-long-allocator/src/
Main.java
29
expectEquals(-15, $opt$
testSpillInIf
(5, 6, 7));
33
expectEquals(-55834574850L, $opt$
testSpillInIf
(5, 6L << 32, 7L << 32));
122
public static long $opt$
testSpillInIf
(long a, long b, long c) {
Completed in 2803 milliseconds