Searched refs:fromNative (Results 1 – 3 of 3) sorted by relevance
145 private void runExceptionObjectTest(boolean fromNative) { in runExceptionObjectTest() argument148 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runExceptionObjectTest()165 getExpectedExceptionSignature(fromNative), returnedExceptionSignature); in runExceptionObjectTest()175 private void runThrowLocationTest(boolean fromNative) { in runThrowLocationTest() argument178 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runThrowLocationTest()200 getThrowLocationMethodClassSignature(fromNative); in runThrowLocationTest()201 String expectedThrowLocationMethodName = getThrowLocationMethodName(fromNative); in runThrowLocationTest()224 private void runCatchLocationTest(boolean fromNative) { in runCatchLocationTest() argument227 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runCatchLocationTest()247 String expectedCatchLocationMethodName = getCatchLocationMethodName(fromNative); in runCatchLocationTest()[all …]
174 step->fromNative = JNI_FALSE; in initState()185 step->fromNative = JNI_TRUE; in initState()199 step->fromNative = JNI_TRUE; in initState()772 if (step->fromStackDepth > 0 && !step->fromNative ) { in initEvents()777 if (step->fromNative && in initEvents()
40 jboolean fromNative; member