Home
last modified time | relevance | path

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

/art/test/952-invoke-custom/src/
DTestLinkerMethodMinimalArguments.java26 private static int forceFailureType = 0; field in TestLinkerMethodMinimalArguments
51 if (forceFailureType == FAILURE_TYPE_TARGET_METHOD_THROWS) { in _add()
61 System.out.println("linkerMethod failure type " + forceFailureType); in linkerMethod()
64 switch (forceFailureType) { in linkerMethod()
80 forceFailureType = failureType; in test()