Home
last modified time | relevance | path

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

/art/test/901-hello-ti-agent/
Dexpected-stdout.txt60 100 = JVMTI_ERROR_NULL_POINTER
/art/test/928-jni-table/
Djni_table.cc109 if (setoverride3_result != JVMTI_ERROR_NULL_POINTER) { in Java_art_Test928_doJNITableTest()
/art/test/ti-agent/
Djvmti_helper.cc206 case JVMTI_ERROR_NULL_POINTER: in operator <<()
/art/test/913-heaps/
Dheaps.cc978 CHECK(extensions[i].errors[2] == JVMTI_ERROR_NULL_POINTER); in Java_art_Test913_checkForExtensionApis()
/art/openjdkjvmti/include/
Djvmti.h375 JVMTI_ERROR_NULL_POINTER = 100, enumerator