OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:willInline
(Results
1 - 2
of
2
) sorted by null
/art/test/471-deopt-environment/src/
Main.java
19
private static int
willInline
(int a, int b) {
28
// 1) Inlining of `
willInline
`.
30
// 3) Instruction simplifier simpilifying the inlined
willInline
to just `field`.
36
int inEnv =
willInline
(field, field);
/art/test/483-dce-block/src/
Main.java
28
} else if (
willInline
()) {
51
public static boolean
willInline
() {
Completed in 138 milliseconds