Home
last modified time | relevance | path

Searched refs:usedDouble (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/StackWalker/
DLocalsAndOperands.java390 usedDouble(LOWER_DOUBLE_VAL); in testUsedDoubleArg()
391 usedDouble(UPPER_DOUBLE_VAL); in testUsedDoubleArg()
394 private static void usedDouble(double doubleArg) throws Exception { in usedDouble() method in LocalsAndOperands