Home
last modified time | relevance | path

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

/art/test/992-source-data/
Dexpected-stdout.txt19 null does not have a known source file because java.lang.RuntimeException: JVMTI_ERROR_INVALID_CLASS
20 …ot have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_INVALID_CLASS
/art/test/901-hello-ti-agent/
Dexpected-stdout.txt24 21 = JVMTI_ERROR_INVALID_CLASS
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc112 ret1 != JVMTI_ERROR_INVALID_CLASS && in Init()
114 ret2 != JVMTI_ERROR_INVALID_CLASS; in Init()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc133 ret1 != JVMTI_ERROR_INVALID_CLASS && in Init()
135 ret2 != JVMTI_ERROR_INVALID_CLASS; in Init()
/art/test/ti-agent/
Djvmti_helper.cc148 case JVMTI_ERROR_INVALID_CLASS: in operator <<()
/art/test/ti-stress/
Dstress.cc180 ret1 != JVMTI_ERROR_INVALID_CLASS && in Init()
182 ret2 != JVMTI_ERROR_INVALID_CLASS; in Init()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc189 ret1 != JVMTI_ERROR_INVALID_CLASS && in Init()
191 ret2 != JVMTI_ERROR_INVALID_CLASS; in Init()
/art/test/913-heaps/
Dheaps.cc977 CHECK(extensions[i].errors[1] == JVMTI_ERROR_INVALID_CLASS); in Java_art_Test913_checkForExtensionApis()
/art/openjdkjvmti/include/
Djvmti.h346 JVMTI_ERROR_INVALID_CLASS = 21, enumerator