Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DPopFramesTest.java42 private String methodToPop = "nestledMethod4"; field in PopFramesTest
100 logWriter.println("=> Find frameID of method = " + methodToPop + " for PopFrames command"); in testPopFramesTest001()
102 long methodID = getMethodID(refTypeID, methodToPop); in testPopFramesTest001()
104 logWriter.println("##FAILURE: error during getting methodID of " + methodToPop); in testPopFramesTest001()
123 …logWriter.println("=> Perform PopFrames command for method = " + methodToPop + " with frameID = " … in testPopFramesTest001()
145 …("=> Check that only one frame was discarded: frameID = " + frameID + ", method = " + methodToPop); in testPopFramesTest001()
DPopFrames002Test.java45 private String methodToPop = "nestledMethod2"; field in PopFrames002Test
111 logWriter.println("=> Find frameID of method = " + methodToPop + " for PopFrames command"); in testPopSeveralFrames()
113 long methodID = getMethodID(refTypeID, methodToPop); in testPopSeveralFrames()
115 logWriter.println("##FAILURE: error during getting methodID of " + methodToPop); in testPopSeveralFrames()
137 …logWriter.println("=> Perform PopFrames command for method = " + methodToPop + " with frameID = " … in testPopSeveralFrames()
331 logWriter.println("=> Find frameID of method = " + methodToPop + " for PopFrames command"); in testPopFramesWithInvokeMethods()
333 long methodID = getMethodID(refTypeID, methodToPop); in testPopFramesWithInvokeMethods()
401 …logWriter.println("=> Perform PopFrames command for method = " + methodToPop + " with frameID = " … in testPopFramesWithInvokeMethods()