Home
last modified time | relevance | path

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

/aosp12/art/test/088-monitor-verification/
H A Dexpected-stdout.txt6 twoPath ok
/aosp12/art/test/088-monitor-verification/src/
H A DTwoPath.java33 public static void twoPath(Object obj1, Object obj2, int x) { in twoPath() method in TwoPath
H A DMain.java70 TwoPath.twoPath(obj1, obj2, 0); in main()