Searched refs:_add (Results 1 – 3 of 3) sorted by relevance
/art/test/952-invoke-custom/ | ||
D | expected.txt | 4 Returning null instead of CallSite for _add (int,int)int |
/art/test/952-invoke-custom/src/ | ||
D | TestLinkerMethodMinimalArguments.java | 50 static int _add(int a, int b) { in _add() method in TestLinkerMethodMinimalArguments |
D | TestLinkerMethodMultipleArgumentTypes.java | 73 private static int _add(int a, int b) { in _add() method in TestLinkerMethodMultipleArgumentTypes |